#027CA9

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

Shades of Cerulean #027CA9

Tints of Cerulean #027CA9

Color information

#027CA9 (or 0x027CA9) is unknown color: approx Cerulean. HEX triplet: 02, 7C and A9. RGB value is (2,124,169). Sum of RGB (Red+Green+Blue) = 2+124+169=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 169 (66.41% from 255 or 57.29% from 295); Max value from RGB is 169 - color contains mainly: blue. Hex color #027CA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027CA9 is #FD8356. Grayscale: #5C5C5C. Windows color (decimal): -16614231 or 11107330. OLE color: 11107330.

HSL color Cylindrical-coordinate representation of color #027CA9: hue angle of 196.17º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027CA9 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB2124169-
CMYK0.990.2700.34
HSL196.17º97.66%33.53%-
HSV(B)196.17º98.82%66.27%-
XYZ14.3917.2940.12-
YUV92.65171.0863.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 124 (48.83% from 255) = 42.03%
BLUE value IS 169 (66.41% from 255) = 57.29%
R=0.68%
G=42.03%
B=57.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal21241690.990.2700.34196.1797.6633.53
Hex27CA9631B022c46222
Octal21742511433304230414242
Binary101111100101010011100011110110100010110001001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,124,169); }

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

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

 a { background-color: rgb(2,124,169); }

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

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

 span { border-color: rgb(2,124,169); }

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