#0F93A7

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

Shades of Eastern Blue #0F93A7

Tints of Eastern Blue #0F93A7

Color information

#0F93A7 (or 0x0F93A7) is unknown color: approx Eastern Blue. HEX triplet: 0F, 93 and A7. RGB value is (15,147,167). Sum of RGB (Red+Green+Blue) = 15+147+167=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 167 (65.62% from 255 or 50.76% from 329); Max value from RGB is 167 - color contains mainly: blue. Hex color #0F93A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F93A7 is #F06C58. Grayscale: #6D6D6D. Windows color (decimal): -15756377 or 10982159. OLE color: 10982159.

HSL color Cylindrical-coordinate representation of color #0F93A7: hue angle of 187.89º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F93A7 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15147167-
CMYK0.910.1200.35
HSL187.89º83.52%35.69%-
HSV(B)187.89º91.02%65.49%-
XYZ17.6123.7640.22-
YUV109.81160.2760.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.56%
GREEN value IS 147 (57.81% from 255) = 44.68%
BLUE value IS 167 (65.62% from 255) = 50.76%
R=4.56%
G=44.68%
B=50.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151471670.910.1200.35187.8983.5235.69
HexF93A75BC023bc5424
Octal172232471331404327412444
Binary11111001001110100111101101111000100011101111001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F93A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,147,167); }

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

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

 a { background-color: rgb(15,147,167); }

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

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

 span { border-color: rgb(15,147,167); }

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