#0f8196

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

Shades of Eastern Blue #0F8196

Tints of Eastern Blue #0F8196

Color information

#0F8196 (or 0x0F8196) is unknown color: approx Eastern Blue. HEX triplet: 0F, 81 and 96. RGB value is (15,129,150). Sum of RGB (Red+Green+Blue) = 15+129+150=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F8196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8196 is #F07E69. Grayscale: #616161. Windows color (decimal): -15761002 or 9863439. OLE color: 9863439.

HSL color Cylindrical-coordinate representation of color #0F8196: hue angle of 189.33º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F8196 is Cyan = 0.9, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB15129150-
CMYK0.90.1400.41
HSL189.33º81.82%32.35%-
HSV(B)189.33º90%58.82%-
XYZ13.551831.62-
YUV97.31157.7369.29-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.10%
GREEN value IS 129 (50.78% from 255) = 43.88%
BLUE value IS 150 (58.98% from 255) = 51.02%
R=5.10%
G=43.88%
B=51.02%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151291500.90.1400.41189.3381.8232.35
HexF81965AE029bd5220
Octal172012261321605127512240
Binary11111000000110010110101101011100101001101111011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f8196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,129,150); }

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

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

 a { background-color: rgb(15,129,150); }

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

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

 span { border-color: rgb(15,129,150); }

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