#02689A

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

Shades of Cerulean #02689A

Tints of Cerulean #02689A

Color information

#02689A (or 0x02689A) is unknown color: approx Cerulean. HEX triplet: 02, 68 and 9A. RGB value is (2,104,154). Sum of RGB (Red+Green+Blue) = 2+104+154=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 154 (60.55% from 255 or 59.23% from 260); Max value from RGB is 154 - color contains mainly: blue. Hex color #02689A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02689A is #FD9765. Grayscale: #4E4E4E. Windows color (decimal): -16619366 or 10119170. OLE color: 10119170.

HSL color Cylindrical-coordinate representation of color #02689A: hue angle of 199.74º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02689A is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2104154-
CMYK0.990.3200.40
HSL199.74º97.44%30.59%-
HSV(B)199.74º98.7%60.39%-
XYZ10.8112.2532.37-
YUV79.2170.2172.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.77%
GREEN value IS 104 (41.02% from 255) = 40%
BLUE value IS 154 (60.55% from 255) = 59.23%
R=0.77%
G=40%
B=59.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21041540.990.3200.40199.7497.4430.59
Hex2689A6320028c8611f
Octal21502321434005031014137
Binary101101000100110101100011100000010100011001000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02689A; }

 p { color: rgb(2,104,154); }

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

<style>
 a { background-color: #02689A; }

 a { background-color: rgb(2,104,154); }

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

<style>
 span { border-color: #02689A; }

 span { border-color: rgb(2,104,154); }

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