Html Css Color HEX #0F7992 Eastern Blue

📋 copy color: '#0F7992'

red 15 ◦ green 121 ◦ blue 146

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

Shades of Eastern Blue #0F7992

Tints of Eastern Blue #0F7992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.91%

 BLUE value IS 146 (57.42% from 255) = 51.77%

R = 5.32%
G = 42.91%
B = 51.77%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F7992 (or 0x0F7992) is known color: Eastern Blue. HEX triplet: 0F, 79 and 92. RGB value is (15,121,146). Sum of RGB (Red+Green+Blue) = 15+121+146=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F7992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7992 is #F0866D. Grayscale: #5B5B5B. Windows color (decimal): -15763054 or 9599247. OLE color: 9599247.

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

Color convert

RGB 15 121 146 -
CMYK 0.90 0.17 0 0.43
HSL 191.45º 0.81% 0.32% -
HSV(B) 191.45º 0.9% 0.57% -
XYZ 12.22 15.85 29.61 -
YUV 92.16 158.38 72.97 -
System Red Green Blue C M Y K H S L
Decimal 15 121 146 0.90 0.17 0 0.43 191.45 0.81 0.32
Hex F 79 92 5A 11 0 2B BF 51 20
Octal 17 171 222 132 21 0 53 277 121 40
Binary 1111 1111001 10010010 1011010 10001 0 101011 10111111 1010001 100000

Color Harmonies of #0F7992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7992

Black with #0F7992

Text Example


Text Example

White with #0F7992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,121,146); }

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

background-color css

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

 a { background-color: rgb(15,121,146); }

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

border-color css

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

 span { border-color: rgb(15,121,146); }

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