#027393

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

Shades of Cerulean #027393

Tints of Cerulean #027393

Color information

#027393 (or 0x027393) is unknown color: approx Cerulean. HEX triplet: 02, 73 and 93. RGB value is (2,115,147). Sum of RGB (Red+Green+Blue) = 2+115+147=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #027393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027393 is #FD8C6C. Grayscale: #545454. Windows color (decimal): -16616557 or 9663234. OLE color: 9663234.

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

Color convert

RGB2115147-
CMYK0.990.2200.42
HSL193.24º97.32%29.22%-
HSV(B)193.24º98.64%57.65%-
XYZ11.4214.3829.78-
YUV84.86163.0668.9-

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.56%
BLUE value IS 147 (57.81% from 255) = 55.68%
R=0.76%
G=43.56%
B=55.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21151470.990.2200.42193.2497.3229.22
Hex27393631602Ac1611d
Octal21632231432605230114135
Binary10111001110010011110001110110010101011000001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027393; }

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

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

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

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

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

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

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

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