Html Css Color HEX #0F7C95 Eastern Blue

📋 copy color: '#0F7C95'

red 15 ◦ green 124 ◦ blue 149

#0F7C95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #0F7C95

Tints of Eastern Blue #0F7C95

RGB

 RED value IS 15 (6.25% from 255) = 5.21%

 GREEN value IS 124 (48.83% from 255) = 43.06%

 BLUE value IS 149 (58.59% from 255) = 51.74%

R = 5.21%
G = 43.06%
B = 51.74%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F7C95 (or 0x0F7C95) is known color: Eastern Blue. HEX triplet: 0F, 7C and 95. RGB value is (15,124,149). Sum of RGB (Red+Green+Blue) = 15+124+149=288 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.21% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F7C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7C95 is #F0836A. Grayscale: #5E5E5E. Windows color (decimal): -15762283 or 9796623. OLE color: 9796623.

HSL color Cylindrical-coordinate representation of color #0F7C95: hue angle of 191.19º degrees, saturation: 0.82, 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 #0F7C95 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 124 149 -
CMYK 0.90 0.17 0 0.42
HSL 191.19º 0.82% 0.32% -
HSV(B) 191.19º 0.9% 0.58% -
XYZ 12.83 16.69 30.98 -
YUV 94.26 158.89 71.47 -
System Red Green Blue C M Y K H S L
Decimal 15 124 149 0.90 0.17 0 0.42 191.19 0.82 0.32
Hex F 7C 95 5A 11 0 2A BF 52 20
Octal 17 174 225 132 21 0 52 277 122 40
Binary 1111 1111100 10010101 1011010 10001 0 101010 10111111 1010010 100000

Color Harmonies of #0F7C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7C95

Black with #0F7C95

Text Example


Text Example

White with #0F7C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,124,149); }

 H1.HeaderClassName
 {
   color: #0F7C95;
 }
 .AnyTagClassName
 {
   color: #0F7C95;
 }
</style>

background-color css

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

 a { background-color: rgb(15,124,149); }

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

border-color css

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

 span { border-color: rgb(15,124,149); }

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