#02749B

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

Shades of Cerulean #02749B

Tints of Cerulean #02749B

Color information

#02749B (or 0x02749B) is unknown color: approx Cerulean. HEX triplet: 02, 74 and 9B. RGB value is (2,116,155). Sum of RGB (Red+Green+Blue) = 2+116+155=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #02749B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02749B is #FD8B64. Grayscale: #565656. Windows color (decimal): -16616293 or 10187778. OLE color: 10187778.

HSL color Cylindrical-coordinate representation of color #02749B: hue angle of 195.29º degrees, saturation: 0.97, 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 #02749B is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2116155-
CMYK0.990.2500.39
HSL195.29º97.45%30.78%-
HSV(B)195.29º98.71%60.78%-
XYZ12.1914.8733.24-
YUV86.36166.7367.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 116 (45.70% from 255) = 42.49%
BLUE value IS 155 (60.94% from 255) = 56.78%
R=0.73%
G=42.49%
B=56.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21161550.990.2500.39195.2997.4530.78
Hex2749B6319027c3611f
Octal21642331433104730314137
Binary10111010010011011110001111001010011111000011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02749B; }

 p { color: rgb(2,116,155); }

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

<style>
 a { background-color: #02749B; }

 a { background-color: rgb(2,116,155); }

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

<style>
 span { border-color: #02749B; }

 span { border-color: rgb(2,116,155); }

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