#026EA7

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

Shades of Cerulean #026EA7

Tints of Cerulean #026EA7

Color information

#026EA7 (or 0x026EA7) is unknown color: approx Cerulean. HEX triplet: 02, 6E and A7. RGB value is (2,110,167). Sum of RGB (Red+Green+Blue) = 2+110+167=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 167 (65.62% from 255 or 59.86% from 279); Max value from RGB is 167 - color contains mainly: blue. Hex color #026EA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026EA7 is #FD9158. Grayscale: #535353. Windows color (decimal): -16617817 or 10972674. OLE color: 10972674.

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

Color convert

RGB2110167-
CMYK0.990.3400.35
HSL200.73º97.63%33.14%-
HSV(B)200.73º98.8%65.49%-
XYZ12.5813.9538.59-
YUV84.21174.7269.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 110 (43.36% from 255) = 39.43%
BLUE value IS 167 (65.62% from 255) = 59.86%
R=0.72%
G=39.43%
B=59.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21101670.990.3400.35200.7397.6333.14
Hex26EA76322023c96221
Octal21562471434204331114241
Binary1011011101010011111000111000100100011110010011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,110,167); }

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

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

 a { background-color: rgb(2,110,167); }

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

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

 span { border-color: rgb(2,110,167); }

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