#1B18AC

Color #1B18AC Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #1B18AC

Tints of Ultramarine #1B18AC

Color information

#1B18AC (or 0x1B18AC) is unknown color: approx Ultramarine. HEX triplet: 1B, 18 and AC. RGB value is (27,24,172). Sum of RGB (Red+Green+Blue) = 27+24+172=223 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.11% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B18AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B18AC is #E4E753. Grayscale: #292929. Windows color (decimal): -15001428 or 11278363. OLE color: 11278363.

HSL color Cylindrical-coordinate representation of color #1B18AC: hue angle of 241.22º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B18AC is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2724172-
CMYK0.840.8600.33
HSL241.22º75.51%38.43%-
HSV(B)241.22º86.05%67.45%-
XYZ8.233.8639.34-
YUV41.77201.49117.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 12.11%
GREEN value IS 24 (9.77% from 255) = 10.76%
BLUE value IS 172 (67.58% from 255) = 77.13%
R=12.11%
G=10.76%
B=77.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27241720.840.8600.33241.2275.5138.43
Hex1B18AC5456021f14c26
Octal333025412412604136111446
Binary110111100010101100101010010101100100001111100011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B18AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B18AC; }

 p { color: rgb(27,24,172); }

 H1.HeaderClassName
 {
   color: #1B18AC;
 }
 .AnyTagClassName
 {
   color: #1B18AC;
 }
</style>
background-color css

<style>
 a { background-color: #1B18AC; }

 a { background-color: rgb(27,24,172); }

 div.DivClassName
 {
   background-color: #1B18AC;
 }
 .BgClassName
 {
   background-color: #1B18AC;
 }
</style>
border-color css

<style>
 span { border-color: #1B18AC; }

 span { border-color: rgb(27,24,172); }

 td.TdClassName
 {
   border-color: #1B18AC;
 }
 .TagClassName
 {
   border-color: #1B18AC;
 }
</style>