Html Css Color HEX #02749E Cerulean

📋 copy color: '#02749E'

red 2 ◦ green 116 ◦ blue 158

#02749E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #02749E

Tints of Cerulean #02749E

RGB

 RED value IS 2 (1.17% from 255) = 0.72%

 GREEN value IS 116 (45.7% from 255) = 42.03%

 BLUE value IS 158 (62.11% from 255) = 57.25%

R = 0.72%
G = 42.03%
B = 57.25%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02749E (or 0x02749E) is known color: Cerulean. HEX triplet: 02, 74 and 9E. RGB value is (2,116,158). Sum of RGB (Red+Green+Blue) = 2+116+158=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #02749E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02749E is #FD8B61. Grayscale: #565656. Windows color (decimal): -16616290 or 10384386. OLE color: 10384386.

HSL color Cylindrical-coordinate representation of color #02749E: hue angle of 196.15º degrees, saturation: 0.98, 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 #02749E is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 116 158 -
CMYK 0.99 0.27 0 0.38
HSL 196.15º 0.98% 0.31% -
HSV(B) 196.15º 0.99% 0.62% -
XYZ 12.44 14.97 34.58 -
YUV 86.7 168.23 67.58 -
System Red Green Blue C M Y K H S L
Decimal 2 116 158 0.99 0.27 0 0.38 196.15 0.98 0.31
Hex 2 74 9E 63 1B 0 26 C4 62 1F
Octal 2 164 236 143 33 0 46 304 142 37
Binary 10 1110100 10011110 1100011 11011 0 100110 11000100 1100010 11111

Color Harmonies of #02749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02749E

Black with #02749E

Text Example


Text Example

White with #02749E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02749E;
 }
 .AnyTagClassName
 {
   color: #02749E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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