#027292

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

Shades of Cerulean #027292

Tints of Cerulean #027292

Color information

#027292 (or 0x027292) is unknown color: approx Cerulean. HEX triplet: 02, 72 and 92. RGB value is (2,114,146). Sum of RGB (Red+Green+Blue) = 2+114+146=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #027292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027292 is #FD8D6D. Grayscale: #535353. Windows color (decimal): -16616814 or 9597442. OLE color: 9597442.

HSL color Cylindrical-coordinate representation of color #027292: hue angle of 193.33º 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 #027292 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2114146-
CMYK0.990.2200.43
HSL193.33º97.3%29.02%-
HSV(B)193.33º98.63%57.25%-
XYZ11.2314.1229.33-
YUV84.16162.8969.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 114 (44.92% from 255) = 43.51%
BLUE value IS 146 (57.42% from 255) = 55.73%
R=0.76%
G=43.51%
B=55.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21141460.990.2200.43193.3397.329.02
Hex27292631602Bc1611d
Octal21622221432605330114135
Binary10111001010010010110001110110010101111000001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027292; }

 p { color: rgb(2,114,146); }

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

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

 a { background-color: rgb(2,114,146); }

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

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

 span { border-color: rgb(2,114,146); }

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