#027495

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

Shades of Cerulean #027495

Tints of Cerulean #027495

Color information

#027495 (or 0x027495) is unknown color: approx Cerulean. HEX triplet: 02, 74 and 95. RGB value is (2,116,149). Sum of RGB (Red+Green+Blue) = 2+116+149=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #027495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027495 is #FD8B6A. Grayscale: #555555. Windows color (decimal): -16616299 or 9794562. OLE color: 9794562.

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

Color convert

RGB2116149-
CMYK0.990.2200.42
HSL193.47º97.35%29.61%-
HSV(B)193.47º98.66%58.43%-
XYZ11.714.6730.65-
YUV85.68163.7368.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 116 (45.70% from 255) = 43.45%
BLUE value IS 149 (58.59% from 255) = 55.81%
R=0.75%
G=43.45%
B=55.81%

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
Decimal21161490.990.2200.42193.4797.3529.61
Hex27495631602Ac1611e
Octal21642251432605230114136
Binary10111010010010101110001110110010101011000001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027495; }

 p { color: rgb(2,116,149); }

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

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

 a { background-color: rgb(2,116,149); }

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

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

 span { border-color: rgb(2,116,149); }

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