Html Css Color HEX #0F0176 Navy

📋 copy color: '#0F0176'

red 15 ◦ green 1 ◦ blue 118

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

Shades of Navy #0F0176

Tints of Navy #0F0176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 11.19%
G = 0.75%
B = 88.06%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0F0176 (or 0x0F0176) is known color: Navy. HEX triplet: 0F, 01 and 76. RGB value is (15,1,118). Sum of RGB (Red+Green+Blue) = 15+1+118=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 118 (46.48% from 255 or 88.06% from 134); Max value from RGB is 118 - color contains mainly: blue. Hex color #0F0176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0176 is #F0FE89. Grayscale: #121212. Windows color (decimal): -15793802 or 7733519. OLE color: 7733519.

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

Color convert

RGB 15 1 118 -
CMYK 0.87 0.99 0 0.54
HSL 247.18º 0.98% 0.23% -
HSV(B) 247.18º 0.99% 0.46% -
XYZ 3.48 1.43 17.23 -
YUV 18.52 184.14 125.49 -
System Red Green Blue C M Y K H S L
Decimal 15 1 118 0.87 0.99 0 0.54 247.18 0.98 0.23
Hex F 1 76 57 63 0 36 F7 62 17
Octal 17 1 166 127 143 0 66 367 142 27
Binary 1111 1 1110110 1010111 1100011 0 110110 11110111 1100010 10111

Color Harmonies of #0F0176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0176

Black with #0F0176

Text Example


Text Example

White with #0F0176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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