Html Css Color HEX #0F0471 Navy

📋 copy color: '#0F0471'

red 15 ◦ green 4 ◦ blue 113

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

Shades of Navy #0F0471

Tints of Navy #0F0471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.03%

 BLUE value IS 113 (44.53% from 255) = 85.61%

R = 11.36%
G = 3.03%
B = 85.61%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F0471 (or 0x0F0471) is known color: Navy. HEX triplet: 0F, 04 and 71. RGB value is (15,4,113). Sum of RGB (Red+Green+Blue) = 15+4+113=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 113 (44.53% from 255 or 85.61% from 132); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F0471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0471 is #F0FB8E. Grayscale: #131313. Windows color (decimal): -15793039 or 7406607. OLE color: 7406607.

HSL color Cylindrical-coordinate representation of color #0F0471: hue angle of 246.06º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0471 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 4 113 -
CMYK 0.87 0.96 0 0.56
HSL 246.06º 0.93% 0.23% -
HSV(B) 246.06º 0.96% 0.44% -
XYZ 3.22 1.38 15.72 -
YUV 19.72 180.64 124.64 -
System Red Green Blue C M Y K H S L
Decimal 15 4 113 0.87 0.96 0 0.56 246.06 0.93 0.23
Hex F 4 71 57 60 0 38 F6 5D 17
Octal 17 4 161 127 140 0 70 366 135 27
Binary 1111 100 1110001 1010111 1100000 0 111000 11110110 1011101 10111

Color Harmonies of #0F0471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0471

Black with #0F0471

Text Example


Text Example

White with #0F0471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,4,113); }

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

background-color css

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

 a { background-color: rgb(15,4,113); }

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

border-color css

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

 span { border-color: rgb(15,4,113); }

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