Html Css Color HEX #02759C Cerulean

📋 copy color: '#02759C'

red 2 ◦ green 117 ◦ blue 156

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

Shades of Cerulean #02759C

Tints of Cerulean #02759C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.55%

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

R = 0.73%
G = 42.55%
B = 56.73%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02759C (or 0x02759C) is known color: Cerulean. HEX triplet: 02, 75 and 9C. RGB value is (2,117,156). Sum of RGB (Red+Green+Blue) = 2+117+156=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #02759C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02759C is #FD8A63. Grayscale: #565656. Windows color (decimal): -16616036 or 10253570. OLE color: 10253570.

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

Color convert

RGB 2 117 156 -
CMYK 0.99 0.25 0 0.39
HSL 195.19º 0.97% 0.31% -
HSV(B) 195.19º 0.99% 0.61% -
XYZ 12.39 15.14 33.72 -
YUV 87.06 166.9 67.33 -
System Red Green Blue C M Y K H S L
Decimal 2 117 156 0.99 0.25 0 0.39 195.19 0.97 0.31
Hex 2 75 9C 63 19 0 27 C3 61 1F
Octal 2 165 234 143 31 0 47 303 141 37
Binary 10 1110101 10011100 1100011 11001 0 100111 11000011 1100001 11111

Color Harmonies of #02759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02759C

Black with #02759C

Text Example


Text Example

White with #02759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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