#0F7893

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

Shades of Eastern Blue #0F7893

Tints of Eastern Blue #0F7893

Color information

#0F7893 (or 0x0F7893) is unknown color: approx Eastern Blue. HEX triplet: 0F, 78 and 93. RGB value is (15,120,147). Sum of RGB (Red+Green+Blue) = 15+120+147=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #0F7893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7893 is #F0876C. Grayscale: #5B5B5B. Windows color (decimal): -15763309 or 9664527. OLE color: 9664527.

HSL color Cylindrical-coordinate representation of color #0F7893: hue angle of 192.27º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7893 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB15120147-
CMYK0.900.1800.42
HSL192.27º81.48%31.76%-
HSV(B)192.27º89.8%57.65%-
XYZ12.1815.6429.98-
YUV91.68159.2173.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.32%
GREEN value IS 120 (47.27% from 255) = 42.55%
BLUE value IS 147 (57.81% from 255) = 52.13%
R=5.32%
G=42.55%
B=52.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal151201470.900.1800.42192.2781.4831.76
HexF78935A1202Ac05120
Octal171702231322205230012140
Binary11111111000100100111011010100100101010110000001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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