#026590

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

Shades of Cerulean #026590

Tints of Cerulean #026590

Color information

#026590 (or 0x026590) is unknown color: approx Cerulean. HEX triplet: 02, 65 and 90. RGB value is (2,101,144). Sum of RGB (Red+Green+Blue) = 2+101+144=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #026590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026590 is #FD9A6F. Grayscale: #4C4C4C. Windows color (decimal): -16620144 or 9463042. OLE color: 9463042.

HSL color Cylindrical-coordinate representation of color #026590: hue angle of 198.17º 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 #026590 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2101144-
CMYK0.990.3000.44
HSL198.17º97.26%28.63%-
HSV(B)198.17º98.61%56.47%-
XYZ9.7111.3328.06-
YUV76.3166.275-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 101 (39.84% from 255) = 40.89%
BLUE value IS 144 (56.64% from 255) = 58.30%
R=0.81%
G=40.89%
B=58.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21011440.990.3000.44198.1797.2628.63
Hex26590631E02Cc6611d
Octal21452201433605430614135
Binary10110010110010000110001111110010110011000110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026590; }

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

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

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

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

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

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

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

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