#02669A

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

Shades of Cerulean #02669A

Tints of Cerulean #02669A

Color information

#02669A (or 0x02669A) is unknown color: approx Cerulean. HEX triplet: 02, 66 and 9A. RGB value is (2,102,154). Sum of RGB (Red+Green+Blue) = 2+102+154=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 154 (60.55% from 255 or 59.69% from 258); Max value from RGB is 154 - color contains mainly: blue. Hex color #02669A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02669A is #FD9965. Grayscale: #4D4D4D. Windows color (decimal): -16619878 or 10118658. OLE color: 10118658.

HSL color Cylindrical-coordinate representation of color #02669A: hue angle of 200.53º 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 #02669A is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2102154-
CMYK0.990.3400.40
HSL200.53º97.44%30.59%-
HSV(B)200.53º98.7%60.39%-
XYZ10.6111.8532.3-
YUV78.03170.8773.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 102 (40.23% from 255) = 39.53%
BLUE value IS 154 (60.55% from 255) = 59.69%
R=0.78%
G=39.53%
B=59.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21021540.990.3400.40200.5397.4430.59
Hex2669A6322028c9611f
Octal21462321434205031114137
Binary101100110100110101100011100010010100011001001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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