Html Css Color HEX #0F0477 Navy

📋 copy color: '#0F0477'

red 15 ◦ green 4 ◦ blue 119

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

Shades of Navy #0F0477

Tints of Navy #0F0477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 86.23%

R = 10.87%
G = 2.9%
B = 86.23%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F0477 (or 0x0F0477) is known color: Navy. HEX triplet: 0F, 04 and 77. RGB value is (15,4,119). Sum of RGB (Red+Green+Blue) = 15+4+119=138 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.87% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 119 (46.88% from 255 or 86.23% from 138); Max value from RGB is 119 - color contains mainly: blue. Hex color #0F0477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0477 is #F0FB88. Grayscale: #131313. Windows color (decimal): -15793033 or 7799823. OLE color: 7799823.

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

Color convert

RGB 15 4 119 -
CMYK 0.87 0.97 0 0.53
HSL 245.74º 0.93% 0.24% -
HSV(B) 245.74º 0.97% 0.47% -
XYZ 3.57 1.52 17.56 -
YUV 20.4 183.64 124.15 -
System Red Green Blue C M Y K H S L
Decimal 15 4 119 0.87 0.97 0 0.53 245.74 0.93 0.24
Hex F 4 77 57 61 0 35 F6 5D 18
Octal 17 4 167 127 141 0 65 366 135 30
Binary 1111 100 1110111 1010111 1100001 0 110101 11110110 1011101 11000

Color Harmonies of #0F0477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0477

Black with #0F0477

Text Example


Text Example

White with #0F0477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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