Html Css Color HEX #02749C Cerulean

📋 copy color: '#02749C'

red 2 ◦ green 116 ◦ blue 156

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

Shades of Cerulean #02749C

Tints of Cerulean #02749C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.93%

R = 0.73%
G = 42.34%
B = 56.93%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02749C (or 0x02749C) is known color: Cerulean. HEX triplet: 02, 74 and 9C. RGB value is (2,116,156). Sum of RGB (Red+Green+Blue) = 2+116+156=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #02749C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02749C is #FD8B63. Grayscale: #565656. Windows color (decimal): -16616292 or 10253314. OLE color: 10253314.

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

Color convert

RGB 2 116 156 -
CMYK 0.99 0.26 0 0.39
HSL 195.58º 0.97% 0.31% -
HSV(B) 195.58º 0.99% 0.61% -
XYZ 12.27 14.9 33.68 -
YUV 86.47 167.23 67.75 -
System Red Green Blue C M Y K H S L
Decimal 2 116 156 0.99 0.26 0 0.39 195.58 0.97 0.31
Hex 2 74 9C 63 1A 0 27 C4 61 1F
Octal 2 164 234 143 32 0 47 304 141 37
Binary 10 1110100 10011100 1100011 11010 0 100111 11000100 1100001 11111

Color Harmonies of #02749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02749C

Black with #02749C

Text Example


Text Example

White with #02749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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