#0F919C

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

Shades of Eastern Blue #0F919C

Tints of Eastern Blue #0F919C

Color information

#0F919C (or 0x0F919C) is unknown color: approx Eastern Blue. HEX triplet: 0F, 91 and 9C. RGB value is (15,145,156). Sum of RGB (Red+Green+Blue) = 15+145+156=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F919C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F919C is #F06E63. Grayscale: #6B6B6B. Windows color (decimal): -15756900 or 10260751. OLE color: 10260751.

HSL color Cylindrical-coordinate representation of color #0F919C: hue angle of 184.68º 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 #0F919C is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15145156-
CMYK0.900.0700.39
HSL184.68º82.46%33.53%-
HSV(B)184.68º90.38%61.18%-
XYZ16.3222.7534.98-
YUV107.38155.4362.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.75%
GREEN value IS 145 (57.03% from 255) = 45.89%
BLUE value IS 156 (61.33% from 255) = 49.37%
R=4.75%
G=45.89%
B=49.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151451560.900.0700.39184.6882.4633.53
HexF919C5A7027b95222
Octal17221234132704727112242
Binary1111100100011001110010110101110100111101110011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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