#01749C

Color #01749C Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #01749C

Tints of Cerulean #01749C

Color information

#01749C (or 0x01749C) is unknown color: approx Cerulean. HEX triplet: 01, 74 and 9C. RGB value is (1,116,156). Sum of RGB (Red+Green+Blue) = 1+116+156=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #01749C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01749C is #FE8B63. Grayscale: #555555. Windows color (decimal): -16681828 or 10253313. OLE color: 10253313.

HSL color Cylindrical-coordinate representation of color #01749C: hue angle of 195.48º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01749C is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1116156-
CMYK0.990.2600.39
HSL195.48º98.73%30.78%-
HSV(B)195.48º99.36%61.18%-
XYZ12.2614.933.68-
YUV86.18167.467.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 116 (45.70% from 255) = 42.49%
BLUE value IS 156 (61.33% from 255) = 57.14%
R=0.37%
G=42.49%
B=57.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11161560.990.2600.39195.4898.7330.78
Hex1749C631A027c3631f
Octal11642341433204730314337
Binary1111010010011100110001111010010011111000011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01749C; }

 p { color: rgb(1,116,156); }

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

<style>
 a { background-color: #01749C; }

 a { background-color: rgb(1,116,156); }

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

<style>
 span { border-color: #01749C; }

 span { border-color: rgb(1,116,156); }

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