#026EA3

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

Shades of Cerulean #026EA3

Tints of Cerulean #026EA3

Color information

#026EA3 (or 0x026EA3) is unknown color: approx Cerulean. HEX triplet: 02, 6E and A3. RGB value is (2,110,163). Sum of RGB (Red+Green+Blue) = 2+110+163=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 163 (64.06% from 255 or 59.27% from 275); Max value from RGB is 163 - color contains mainly: blue. Hex color #026EA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026EA3 is #FD915C. Grayscale: #535353. Windows color (decimal): -16617821 or 10710530. OLE color: 10710530.

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

Color convert

RGB2110163-
CMYK0.990.3300.36
HSL199.75º97.58%32.35%-
HSV(B)199.75º98.77%63.92%-
XYZ12.2113.8136.67-
YUV83.75172.7269.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 110 (43.36% from 255) = 40%
BLUE value IS 163 (64.06% from 255) = 59.27%
R=0.73%
G=40%
B=59.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21101630.990.3300.36199.7597.5832.35
Hex26EA36321024c86220
Octal21562431434104431014240
Binary1011011101010001111000111000010100100110010001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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