#02749D

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

Shades of Cerulean #02749D

Tints of Cerulean #02749D

Color information

#02749D (or 0x02749D) is unknown color: approx Cerulean. HEX triplet: 02, 74 and 9D. RGB value is (2,116,157). Sum of RGB (Red+Green+Blue) = 2+116+157=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #02749D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02749D is #FD8B62. Grayscale: #565656. Windows color (decimal): -16616291 or 10318850. OLE color: 10318850.

HSL color Cylindrical-coordinate representation of color #02749D: hue angle of 195.87º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02749D is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2116157-
CMYK0.990.2600.38
HSL195.87º97.48%31.18%-
HSV(B)195.87º98.73%61.57%-
XYZ12.3614.9434.13-
YUV86.59167.7367.67-

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.18%
BLUE value IS 157 (61.72% from 255) = 57.09%
R=0.73%
G=42.18%
B=57.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21161570.990.2600.38195.8797.4831.18
Hex2749D631A026c4611f
Octal21642351433204630414137
Binary10111010010011101110001111010010011011000100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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