#027AAB

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

Shades of Cerulean #027AAB

Tints of Cerulean #027AAB

Color information

#027AAB (or 0x027AAB) is unknown color: approx Cerulean. HEX triplet: 02, 7A and AB. RGB value is (2,122,171). Sum of RGB (Red+Green+Blue) = 2+122+171=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #027AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027AAB is #FD8554. Grayscale: #5B5B5B. Windows color (decimal): -16614741 or 11237890. OLE color: 11237890.

HSL color Cylindrical-coordinate representation of color #027AAB: hue angle of 197.4º 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 #027AAB is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2122171-
CMYK0.990.2900.33
HSL197.4º97.69%33.92%-
HSV(B)197.4º98.83%67.06%-
XYZ14.3416.8741.03-
YUV91.71172.7464.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 122 (48.05% from 255) = 41.36%
BLUE value IS 171 (67.19% from 255) = 57.97%
R=0.68%
G=41.36%
B=57.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21221710.990.2900.33197.497.6933.92
Hex27AAB631D021c56222
Octal21722531433504130514242
Binary101111010101010111100011111010100001110001011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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