Html Css Color HEX #0F0876 Navy

📋 copy color: '#0F0876'

red 15 ◦ green 8 ◦ blue 118

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

Shades of Navy #0F0876

Tints of Navy #0F0876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 83.69%

R = 10.64%
G = 5.67%
B = 83.69%

CMYK

 C value IS 0.87

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0F0876 (or 0x0F0876) is known color: Navy. HEX triplet: 0F, 08 and 76. RGB value is (15,8,118). Sum of RGB (Red+Green+Blue) = 15+8+118=141 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.64% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 118 (46.48% from 255 or 83.69% from 141); Max value from RGB is 118 - color contains mainly: blue. Hex color #0F0876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0876 is #F0F789. Grayscale: #161616. Windows color (decimal): -15792010 or 7735311. OLE color: 7735311.

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

Color convert

RGB 15 8 118 -
CMYK 0.87 0.93 0 0.54
HSL 243.82º 0.87% 0.25% -
HSV(B) 243.82º 0.93% 0.46% -
XYZ 3.55 1.58 17.26 -
YUV 22.63 181.82 122.56 -
System Red Green Blue C M Y K H S L
Decimal 15 8 118 0.87 0.93 0 0.54 243.82 0.87 0.25
Hex F 8 76 57 5D 0 36 F4 57 19
Octal 17 10 166 127 135 0 66 364 127 31
Binary 1111 1000 1110110 1010111 1011101 0 110110 11110100 1010111 11001

Color Harmonies of #0F0876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0876

Black with #0F0876

Text Example


Text Example

White with #0F0876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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