Html Css Color HEX #02759D Cerulean

📋 copy color: '#02759D'

red 2 ◦ green 117 ◦ blue 157

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

Shades of Cerulean #02759D

Tints of Cerulean #02759D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 56.88%

R = 0.72%
G = 42.39%
B = 56.88%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02759D (or 0x02759D) is known color: Cerulean. HEX triplet: 02, 75 and 9D. RGB value is (2,117,157). Sum of RGB (Red+Green+Blue) = 2+117+157=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #02759D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02759D is #FD8A62. Grayscale: #565656. Windows color (decimal): -16616035 or 10319106. OLE color: 10319106.

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

Color convert

RGB 2 117 157 -
CMYK 0.99 0.25 0 0.38
HSL 195.48º 0.97% 0.31% -
HSV(B) 195.48º 0.99% 0.62% -
XYZ 12.47 15.17 34.17 -
YUV 87.18 167.4 67.25 -
System Red Green Blue C M Y K H S L
Decimal 2 117 157 0.99 0.25 0 0.38 195.48 0.97 0.31
Hex 2 75 9D 63 19 0 26 C3 61 1F
Octal 2 165 235 143 31 0 46 303 141 37
Binary 10 1110101 10011101 1100011 11001 0 100110 11000011 1100001 11111

Color Harmonies of #02759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02759D

Black with #02759D

Text Example


Text Example

White with #02759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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