#026A91

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

Shades of Cerulean #026A91

Tints of Cerulean #026A91

Color information

#026A91 (or 0x026A91) is unknown color: approx Cerulean. HEX triplet: 02, 6A and 91. RGB value is (2,106,145). Sum of RGB (Red+Green+Blue) = 2+106+145=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #026A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026A91 is #FD956E. Grayscale: #4F4F4F. Windows color (decimal): -16618863 or 9529858. OLE color: 9529858.

HSL color Cylindrical-coordinate representation of color #026A91: hue angle of 196.36º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026A91 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2106145-
CMYK0.990.2700.43
HSL196.36º97.28%28.82%-
HSV(B)196.36º98.62%56.86%-
XYZ10.2912.3728.63-
YUV79.35165.0472.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 106 (41.80% from 255) = 41.90%
BLUE value IS 145 (57.03% from 255) = 57.31%
R=0.79%
G=41.90%
B=57.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21061450.990.2700.43196.3697.2828.82
Hex26A91631B02Bc4611d
Octal21522211433305330414135
Binary10110101010010001110001111011010101111000100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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