#026696

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

Shades of Cerulean #026696

Tints of Cerulean #026696

Color information

#026696 (or 0x026696) is unknown color: approx Cerulean. HEX triplet: 02, 66 and 96. RGB value is (2,102,150). Sum of RGB (Red+Green+Blue) = 2+102+150=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #026696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026696 is #FD9969. Grayscale: #4D4D4D. Windows color (decimal): -16619882 or 9856514. OLE color: 9856514.

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

Color convert

RGB2102150-
CMYK0.990.3200.41
HSL199.46º97.37%29.8%-
HSV(B)199.46º98.67%58.82%-
XYZ10.2811.7230.57-
YUV77.57168.8774.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 102 (40.23% from 255) = 40.16%
BLUE value IS 150 (58.98% from 255) = 59.06%
R=0.79%
G=40.16%
B=59.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21021500.990.3200.41199.4697.3729.8
Hex266966320029c7611e
Octal21462261434005130714136
Binary101100110100101101100011100000010100111000111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026696; }

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

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

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

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

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

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

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

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