#0F809C

Color #0F809C Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #0F809C

Tints of Eastern Blue #0F809C

Color information

#0F809C (or 0x0F809C) is unknown color: approx Eastern Blue. HEX triplet: 0F, 80 and 9C. RGB value is (15,128,156). Sum of RGB (Red+Green+Blue) = 15+128+156=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F809C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F809C is #F07F63. Grayscale: #616161. Windows color (decimal): -15761252 or 10256399. OLE color: 10256399.

HSL color Cylindrical-coordinate representation of color #0F809C: hue angle of 191.91º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F809C is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15128156-
CMYK0.900.1800.39
HSL191.91º82.46%33.53%-
HSV(B)191.91º90.38%61.18%-
XYZ13.9217.9434.18-
YUV97.4161.0669.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.02%
GREEN value IS 128 (50.39% from 255) = 42.81%
BLUE value IS 156 (61.33% from 255) = 52.17%
R=5.02%
G=42.81%
B=52.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151281560.900.1800.39191.9182.4633.53
HexF809C5A12027c05222
Octal172002341322204730012242
Binary111110000000100111001011010100100100111110000001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F809C; }

 p { color: rgb(15,128,156); }

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

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

 a { background-color: rgb(15,128,156); }

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

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

 span { border-color: rgb(15,128,156); }

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