#026F9E

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

Shades of Cerulean #026F9E

Tints of Cerulean #026F9E

Color information

#026F9E (or 0x026F9E) is unknown color: approx Cerulean. HEX triplet: 02, 6F and 9E. RGB value is (2,111,158). Sum of RGB (Red+Green+Blue) = 2+111+158=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #026F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026F9E is #FD9061. Grayscale: #535353. Windows color (decimal): -16617570 or 10383106. OLE color: 10383106.

HSL color Cylindrical-coordinate representation of color #026F9E: hue angle of 198.08º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026F9E is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2111158-
CMYK0.990.3000.38
HSL198.08º97.5%31.37%-
HSV(B)198.08º98.73%61.96%-
XYZ11.8813.8534.39-
YUV83.77169.8969.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 111 (43.75% from 255) = 40.96%
BLUE value IS 158 (62.11% from 255) = 58.30%
R=0.74%
G=40.96%
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.38
SystemRedGreenBlueCMYKHSL
Decimal21111580.990.3000.38198.0897.531.37
Hex26F9E631E026c6621f
Octal21572361433604630614237
Binary10110111110011110110001111110010011011000110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,111,158); }

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

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

 a { background-color: rgb(2,111,158); }

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

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

 span { border-color: rgb(2,111,158); }

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