#02698E

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

Shades of Cerulean #02698E

Tints of Cerulean #02698E

Color information

#02698E (or 0x02698E) is unknown color: approx Cerulean. HEX triplet: 02, 69 and 8E. RGB value is (2,105,142). Sum of RGB (Red+Green+Blue) = 2+105+142=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 142 (55.86% from 255 or 57.03% from 249); Max value from RGB is 142 - color contains mainly: blue. Hex color #02698E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02698E is #FD9671. Grayscale: #4E4E4E. Windows color (decimal): -16619122 or 9332994. OLE color: 9332994.

HSL color Cylindrical-coordinate representation of color #02698E: hue angle of 195.86º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02698E is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2105142-
CMYK0.990.2600.44
HSL195.86º97.22%28.24%-
HSV(B)195.86º98.59%55.69%-
XYZ9.9612.0727.4-
YUV78.42163.8873.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 105 (41.41% from 255) = 42.17%
BLUE value IS 142 (55.86% from 255) = 57.03%
R=0.80%
G=42.17%
B=57.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21051420.990.2600.44195.8697.2228.24
Hex2698E631A02Cc4611c
Octal21512161433205430414134
Binary10110100110001110110001111010010110011000100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,105,142); }

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

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

 a { background-color: rgb(2,105,142); }

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

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

 span { border-color: rgb(2,105,142); }

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