#026AA6

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

Shades of Cerulean #026AA6

Tints of Cerulean #026AA6

Color information

#026AA6 (or 0x026AA6) is unknown color: approx Cerulean. HEX triplet: 02, 6A and A6. RGB value is (2,106,166). Sum of RGB (Red+Green+Blue) = 2+106+166=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 166 (65.23% from 255 or 60.58% from 274); Max value from RGB is 166 - color contains mainly: blue. Hex color #026AA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026AA6 is #FD9559. Grayscale: #515151. Windows color (decimal): -16618842 or 10906114. OLE color: 10906114.

HSL color Cylindrical-coordinate representation of color #026AA6: hue angle of 201.95º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026AA6 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2106166-
CMYK0.990.3600.35
HSL201.95º97.62%32.94%-
HSV(B)201.95º98.8%65.1%-
XYZ12.0613.0737.96-
YUV81.74175.5471.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 106 (41.80% from 255) = 38.69%
BLUE value IS 166 (65.23% from 255) = 60.58%
R=0.73%
G=38.69%
B=60.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21061660.990.3600.35201.9597.6232.94
Hex26AA66324023ca6221
Octal21522461434404331214241
Binary1011010101010011011000111001000100011110010101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026AA6; }

 p { color: rgb(2,106,166); }

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

<style>
 a { background-color: #026AA6; }

 a { background-color: rgb(2,106,166); }

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

<style>
 span { border-color: #026AA6; }

 span { border-color: rgb(2,106,166); }

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