#1C00AB

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

Shades of Ultramarine #1C00AB

Tints of Ultramarine #1C00AB

Color information

#1C00AB (or 0x1C00AB) is unknown color: approx Ultramarine. HEX triplet: 1C, 00 and AB. RGB value is (28,0,171). Sum of RGB (Red+Green+Blue) = 28+0+171=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 171 (67.19% from 255 or 85.93% from 199); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C00AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C00AB is #E3FF54. Grayscale: #1B1B1B. Windows color (decimal): -14942037 or 11206684. OLE color: 11206684.

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

Color convert

RGB280171-
CMYK0.84100.33
HSL249.82º100%33.53%-
HSV(B)249.82º100%67.06%-
XYZ7.833.1938.73-
YUV27.87208.78128.1-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 85.93%
R=14.07%
G=0%
B=85.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2801710.84100.33249.8210033.53
Hex1C0AB5464021fa6422
Octal34025312414404137214442
Binary11100010101011101010011001000100001111110101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C00AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,0,171); }

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

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

 a { background-color: rgb(28,0,171); }

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

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

 span { border-color: rgb(28,0,171); }

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