Html Css Color HEX #0F0879 Navy

📋 copy color: '#0F0879'

red 15 ◦ green 8 ◦ blue 121

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

Shades of Navy #0F0879

Tints of Navy #0F0879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.56%

 BLUE value IS 121 (47.66% from 255) = 84.03%

R = 10.42%
G = 5.56%
B = 84.03%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F0879 (or 0x0F0879) is known color: Navy. HEX triplet: 0F, 08 and 79. RGB value is (15,8,121). Sum of RGB (Red+Green+Blue) = 15+8+121=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 121 (47.66% from 255 or 84.03% from 144); Max value from RGB is 121 - color contains mainly: blue. Hex color #0F0879 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0879 is #F0F786. Grayscale: #161616. Windows color (decimal): -15792007 or 7931919. OLE color: 7931919.

HSL color Cylindrical-coordinate representation of color #0F0879: hue angle of 243.72º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F0879 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 8 121 -
CMYK 0.88 0.93 0 0.53
HSL 243.72º 0.88% 0.25% -
HSV(B) 243.72º 0.93% 0.47% -
XYZ 3.74 1.66 18.21 -
YUV 22.98 183.32 122.31 -
System Red Green Blue C M Y K H S L
Decimal 15 8 121 0.88 0.93 0 0.53 243.72 0.88 0.25
Hex F 8 79 58 5D 0 35 F4 58 19
Octal 17 10 171 130 135 0 65 364 130 31
Binary 1111 1000 1111001 1011000 1011101 0 110101 11110100 1011000 11001

Color Harmonies of #0F0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0879

Black with #0F0879

Text Example


Text Example

White with #0F0879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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