#027391

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

Shades of Cerulean #027391

Tints of Cerulean #027391

Color information

#027391 (or 0x027391) is unknown color: approx Cerulean. HEX triplet: 02, 73 and 91. RGB value is (2,115,145). Sum of RGB (Red+Green+Blue) = 2+115+145=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #027391 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027391 is #FD8C6E. Grayscale: #545454. Windows color (decimal): -16616559 or 9532162. OLE color: 9532162.

HSL color Cylindrical-coordinate representation of color #027391: hue angle of 192.59º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027391 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2115145-
CMYK0.990.2100.43
HSL192.59º97.28%28.82%-
HSV(B)192.59º98.62%56.86%-
XYZ11.2714.3228.96-
YUV84.63162.0669.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 115 (45.31% from 255) = 43.89%
BLUE value IS 145 (57.03% from 255) = 55.34%
R=0.76%
G=43.89%
B=55.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21151450.990.2100.43192.5997.2828.82
Hex27391631502Bc1611d
Octal21632211432505330114135
Binary10111001110010001110001110101010101111000001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027391; }

 p { color: rgb(2,115,145); }

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

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

 a { background-color: rgb(2,115,145); }

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

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

 span { border-color: rgb(2,115,145); }

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