#026A9C

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

Shades of Cerulean #026A9C

Tints of Cerulean #026A9C

Color information

#026A9C (or 0x026A9C) is unknown color: approx Cerulean. HEX triplet: 02, 6A and 9C. RGB value is (2,106,156). Sum of RGB (Red+Green+Blue) = 2+106+156=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #026A9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026A9C is #FD9563. Grayscale: #505050. Windows color (decimal): -16618852 or 10250754. OLE color: 10250754.

HSL color Cylindrical-coordinate representation of color #026A9C: hue angle of 199.48º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026A9C is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2106156-
CMYK0.990.3200.39
HSL199.48º97.47%30.98%-
HSV(B)199.48º98.72%61.18%-
XYZ11.1812.7233.32-
YUV80.6170.5471.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 106 (41.80% from 255) = 40.15%
BLUE value IS 156 (61.33% from 255) = 59.09%
R=0.76%
G=40.15%
B=59.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21061560.990.3200.39199.4897.4730.98
Hex26A9C6320027c7611f
Octal21522341434004730714137
Binary101101010100111001100011100000010011111000111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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