#026396

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

Shades of Cerulean #026396

Tints of Cerulean #026396

Color information

#026396 (or 0x026396) is unknown color: approx Cerulean. HEX triplet: 02, 63 and 96. RGB value is (2,99,150). Sum of RGB (Red+Green+Blue) = 2+99+150=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #026396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026396 is #FD9C69. Grayscale: #4B4B4B. Windows color (decimal): -16620650 or 9855746. OLE color: 9855746.

HSL color Cylindrical-coordinate representation of color #026396: hue angle of 200.68º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026396 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB299150-
CMYK0.990.3400.41
HSL200.68º97.37%29.8%-
HSV(B)200.68º98.67%58.82%-
XYZ9.9911.1430.48-
YUV75.81169.8675.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 150 (58.98% from 255) = 59.76%
R=0.80%
G=39.44%
B=59.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2991500.990.3400.41200.6897.3729.8
Hex263966322029c9611e
Octal21432261434205131114136
Binary101100011100101101100011100010010100111001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026396; }

 p { color: rgb(2,99,150); }

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

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

 a { background-color: rgb(2,99,150); }

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

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

 span { border-color: rgb(2,99,150); }

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