#026290

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

Shades of Cerulean #026290

Tints of Cerulean #026290

Color information

#026290 (or 0x026290) is unknown color: approx Cerulean. HEX triplet: 02, 62 and 90. RGB value is (2,98,144). Sum of RGB (Red+Green+Blue) = 2+98+144=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #026290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026290 is #FD9D6F. Grayscale: #4A4A4A. Windows color (decimal): -16620912 or 9462274. OLE color: 9462274.

HSL color Cylindrical-coordinate representation of color #026290: hue angle of 199.44º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026290 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB298144-
CMYK0.990.3200.44
HSL199.44º97.26%28.63%-
HSV(B)199.44º98.61%56.47%-
XYZ9.4310.7627.97-
YUV74.54167.276.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 98 (38.67% from 255) = 40.16%
BLUE value IS 144 (56.64% from 255) = 59.02%
R=0.82%
G=40.16%
B=59.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2981440.990.3200.44199.4497.2628.63
Hex26290632002Cc7611d
Octal21422201434005430714135
Binary101100010100100001100011100000010110011000111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026290; }

 p { color: rgb(2,98,144); }

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

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

 a { background-color: rgb(2,98,144); }

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

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

 span { border-color: rgb(2,98,144); }

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