#0F7F91

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

Shades of Eastern Blue #0F7F91

Tints of Eastern Blue #0F7F91

Color information

#0F7F91 (or 0x0F7F91) is unknown color: approx Eastern Blue. HEX triplet: 0F, 7F and 91. RGB value is (15,127,145). Sum of RGB (Red+Green+Blue) = 15+127+145=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F7F91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7F91 is #F0806E. Grayscale: #5F5F5F. Windows color (decimal): -15761519 or 9535247. OLE color: 9535247.

HSL color Cylindrical-coordinate representation of color #0F7F91: hue angle of 188.31º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7F91 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB15127145-
CMYK0.900.1200.43
HSL188.31º81.25%31.37%-
HSV(B)188.31º89.66%56.86%-
XYZ12.917.3229.45-
YUV95.56155.8970.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.23%
GREEN value IS 127 (50% from 255) = 44.25%
BLUE value IS 145 (57.03% from 255) = 50.52%
R=5.23%
G=44.25%
B=50.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal151271450.900.1200.43188.3181.2531.37
HexF7F915AC02Bbc511f
Octal171772211321405327412137
Binary111111111111001000110110101100010101110111100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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