#02759E

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

Shades of Cerulean #02759E

Tints of Cerulean #02759E

Color information

#02759E (or 0x02759E) is unknown color: approx Cerulean. HEX triplet: 02, 75 and 9E. RGB value is (2,117,158). Sum of RGB (Red+Green+Blue) = 2+117+158=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #02759E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02759E is #FD8A61. Grayscale: #575757. Windows color (decimal): -16616034 or 10384642. OLE color: 10384642.

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

Color convert

RGB2117158-
CMYK0.990.2600.38
HSL195.77º97.5%31.37%-
HSV(B)195.77º98.73%61.96%-
XYZ12.5615.234.62-
YUV87.29167.967.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 117 (46.09% from 255) = 42.24%
BLUE value IS 158 (62.11% from 255) = 57.04%
R=0.72%
G=42.24%
B=57.04%

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
Decimal21171580.990.2600.38195.7797.531.37
Hex2759E631A026c4621f
Octal21652361433204630414237
Binary10111010110011110110001111010010011011000100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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