#026A95

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

Shades of Cerulean #026A95

Tints of Cerulean #026A95

Color information

#026A95 (or 0x026A95) is unknown color: approx Cerulean. HEX triplet: 02, 6A and 95. RGB value is (2,106,149). Sum of RGB (Red+Green+Blue) = 2+106+149=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #026A95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026A95 is #FD956A. Grayscale: #4F4F4F. Windows color (decimal): -16618859 or 9792002. OLE color: 9792002.

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

Color convert

RGB2106149-
CMYK0.990.2900.42
HSL197.55º97.35%29.61%-
HSV(B)197.55º98.66%58.43%-
XYZ10.612.4930.29-
YUV79.81167.0472.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 106 (41.80% from 255) = 41.25%
BLUE value IS 149 (58.59% from 255) = 57.98%
R=0.78%
G=41.25%
B=57.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21061490.990.2900.42197.5597.3529.61
Hex26A95631D02Ac6611e
Octal21522251433505230614136
Binary10110101010010101110001111101010101011000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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