#026BA2

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

Shades of Cerulean #026BA2

Tints of Cerulean #026BA2

Color information

#026BA2 (or 0x026BA2) is unknown color: approx Cerulean. HEX triplet: 02, 6B and A2. RGB value is (2,107,162). Sum of RGB (Red+Green+Blue) = 2+107+162=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 162 (63.67% from 255 or 59.78% from 271); Max value from RGB is 162 - color contains mainly: blue. Hex color #026BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026BA2 is #FD945D. Grayscale: #515151. Windows color (decimal): -16618590 or 10644226. OLE color: 10644226.

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

Color convert

RGB2107162-
CMYK0.990.3400.36
HSL200.62º97.56%32.16%-
HSV(B)200.62º98.77%63.53%-
XYZ11.813.1436.1-
YUV81.88173.2171.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 107 (42.19% from 255) = 39.48%
BLUE value IS 162 (63.67% from 255) = 59.78%
R=0.74%
G=39.48%
B=59.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21071620.990.3400.36200.6297.5632.16
Hex26BA26322024c96220
Octal21532421434204431114240
Binary1011010111010001011000111000100100100110010011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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