#026FA6

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

Shades of Cerulean #026FA6

Tints of Cerulean #026FA6

Color information

#026FA6 (or 0x026FA6) is unknown color: approx Cerulean. HEX triplet: 02, 6F and A6. RGB value is (2,111,166). Sum of RGB (Red+Green+Blue) = 2+111+166=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 166 (65.23% from 255 or 59.50% from 279); Max value from RGB is 166 - color contains mainly: blue. Hex color #026FA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026FA6 is #FD9059. Grayscale: #545454. Windows color (decimal): -16617562 or 10907394. OLE color: 10907394.

HSL color Cylindrical-coordinate representation of color #026FA6: hue angle of 200.12º 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 #026FA6 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2111166-
CMYK0.990.3300.35
HSL200.12º97.62%32.94%-
HSV(B)200.12º98.8%65.1%-
XYZ12.5914.1338.14-
YUV84.68173.8969.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 111 (43.75% from 255) = 39.78%
BLUE value IS 166 (65.23% from 255) = 59.50%
R=0.72%
G=39.78%
B=59.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21111660.990.3300.35200.1297.6232.94
Hex26FA66321023c86221
Octal21572461434104331014241
Binary1011011111010011011000111000010100011110010001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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