#027AB6

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

Shades of Cerulean #027AB6

Tints of Cerulean #027AB6

Color information

#027AB6 (or 0x027AB6) is unknown color: approx Cerulean. HEX triplet: 02, 7A and B6. RGB value is (2,122,182). Sum of RGB (Red+Green+Blue) = 2+122+182=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 182 (71.48% from 255 or 59.48% from 306); Max value from RGB is 182 - color contains mainly: blue. Hex color #027AB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027AB6 is #FD8549. Grayscale: #5C5C5C. Windows color (decimal): -16614730 or 11958786. OLE color: 11958786.

HSL color Cylindrical-coordinate representation of color #027AB6: hue angle of 200º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027AB6 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2122182-
CMYK0.990.3300.29
HSL200º97.83%36.08%-
HSV(B)200º98.9%71.37%-
XYZ15.4317.3146.78-
YUV92.96178.2463.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 122 (48.05% from 255) = 39.87%
BLUE value IS 182 (71.48% from 255) = 59.48%
R=0.65%
G=39.87%
B=59.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21221820.990.3300.2920097.8336.08
Hex27AB6632101Dc86224
Octal21722661434103531014244
Binary101111010101101101100011100001011101110010001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027AB6; }

 p { color: rgb(2,122,182); }

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

<style>
 a { background-color: #027AB6; }

 a { background-color: rgb(2,122,182); }

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

<style>
 span { border-color: #027AB6; }

 span { border-color: rgb(2,122,182); }

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