#1C01B0

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

Shades of Ultramarine #1C01B0

Tints of Ultramarine #1C01B0

Color information

#1C01B0 (or 0x1C01B0) is unknown color: approx Ultramarine. HEX triplet: 1C, 01 and B0. RGB value is (28,1,176). Sum of RGB (Red+Green+Blue) = 28+1+176=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 176 (69.14% from 255 or 85.85% from 205); Max value from RGB is 176 - color contains mainly: blue. Hex color #1C01B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C01B0 is #E3FE4F. Grayscale: #1C1C1C. Windows color (decimal): -14941776 or 11534620. OLE color: 11534620.

HSL color Cylindrical-coordinate representation of color #1C01B0: hue angle of 249.26º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C01B0 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB281176-
CMYK0.840.9900.31
HSL249.26º98.87%34.71%-
HSV(B)249.26º99.43%69.02%-
XYZ8.333.441.29-
YUV29.02210.95127.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.66%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 176 (69.14% from 255) = 85.85%
R=13.66%
G=0.49%
B=85.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2811760.840.9900.31249.2698.8734.71
Hex1C1B0546301Ff96323
Octal34126012414303737114343
Binary1110011011000010101001100011011111111110011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C01B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,1,176); }

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

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

 a { background-color: rgb(28,1,176); }

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

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

 span { border-color: rgb(28,1,176); }

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