#026B9A

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

Shades of Cerulean #026B9A

Tints of Cerulean #026B9A

Color information

#026B9A (or 0x026B9A) is unknown color: approx Cerulean. HEX triplet: 02, 6B and 9A. RGB value is (2,107,154). Sum of RGB (Red+Green+Blue) = 2+107+154=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #026B9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026B9A is #FD9465. Grayscale: #505050. Windows color (decimal): -16618598 or 10119938. OLE color: 10119938.

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

Color convert

RGB2107154-
CMYK0.990.3100.40
HSL198.55º97.44%30.59%-
HSV(B)198.55º98.7%60.39%-
XYZ11.1212.8632.47-
YUV80.96169.2171.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 107 (42.19% from 255) = 40.68%
BLUE value IS 154 (60.55% from 255) = 58.56%
R=0.76%
G=40.68%
B=58.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21071540.990.3100.40198.5597.4430.59
Hex26B9A631F028c7611f
Octal21532321433705030714137
Binary10110101110011010110001111111010100011000111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,107,154); }

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

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

 a { background-color: rgb(2,107,154); }

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

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

 span { border-color: rgb(2,107,154); }

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