#026FAB

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

Shades of Cerulean #026FAB

Tints of Cerulean #026FAB

Color information

#026FAB (or 0x026FAB) is unknown color: approx Cerulean. HEX triplet: 02, 6F and AB. RGB value is (2,111,171). Sum of RGB (Red+Green+Blue) = 2+111+171=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #026FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026FAB is #FD9054. Grayscale: #545454. Windows color (decimal): -16617557 or 11235074. OLE color: 11235074.

HSL color Cylindrical-coordinate representation of color #026FAB: hue angle of 201.3º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026FAB is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2111171-
CMYK0.990.3500.33
HSL201.3º97.69%33.92%-
HSV(B)201.3º98.83%67.06%-
XYZ13.0614.3240.6-
YUV85.25176.3968.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 111 (43.75% from 255) = 39.08%
BLUE value IS 171 (67.19% from 255) = 60.21%
R=0.70%
G=39.08%
B=60.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21111710.990.3500.33201.397.6933.92
Hex26FAB6323021c96222
Octal21572531434304131114242
Binary1011011111010101111000111000110100001110010011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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