#027192

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

Shades of Cerulean #027192

Tints of Cerulean #027192

Color information

#027192 (or 0x027192) is unknown color: approx Cerulean. HEX triplet: 02, 71 and 92. RGB value is (2,113,146). Sum of RGB (Red+Green+Blue) = 2+113+146=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #027192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027192 is #FD8E6D. Grayscale: #535353. Windows color (decimal): -16617070 or 9597186. OLE color: 9597186.

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

Color convert

RGB2113146-
CMYK0.990.2300.43
HSL193.75º97.3%29.02%-
HSV(B)193.75º98.63%57.25%-
XYZ11.1213.929.29-
YUV83.57163.2369.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.77%
GREEN value IS 113 (44.53% from 255) = 43.30%
BLUE value IS 146 (57.42% from 255) = 55.94%
R=0.77%
G=43.30%
B=55.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21131460.990.2300.43193.7597.329.02
Hex27192631702Bc2611d
Octal21612221432705330214135
Binary10111000110010010110001110111010101111000010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027192; }

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

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

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

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

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

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

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

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