Html Css Color HEX #0F0573 Navy

📋 copy color: '#0F0573'

red 15 ◦ green 5 ◦ blue 115

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

Shades of Navy #0F0573

Tints of Navy #0F0573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.7%

 BLUE value IS 115 (45.31% from 255) = 85.19%

R = 11.11%
G = 3.7%
B = 85.19%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0F0573 (or 0x0F0573) is known color: Navy. HEX triplet: 0F, 05 and 73. RGB value is (15,5,115). Sum of RGB (Red+Green+Blue) = 15+5+115=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 115 (45.31% from 255 or 85.19% from 135); Max value from RGB is 115 - color contains mainly: blue. Hex color #0F0573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0573 is #F0FA8C. Grayscale: #141414. Windows color (decimal): -15792781 or 7537935. OLE color: 7537935.

HSL color Cylindrical-coordinate representation of color #0F0573: hue angle of 245.45º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0573 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 15 5 115 -
CMYK 0.87 0.96 0 0.55
HSL 245.45º 0.92% 0.24% -
HSV(B) 245.45º 0.96% 0.45% -
XYZ 3.35 1.45 16.32 -
YUV 20.53 181.31 124.06 -
System Red Green Blue C M Y K H S L
Decimal 15 5 115 0.87 0.96 0 0.55 245.45 0.92 0.24
Hex F 5 73 57 60 0 37 F5 5C 18
Octal 17 5 163 127 140 0 67 365 134 30
Binary 1111 101 1110011 1010111 1100000 0 110111 11110101 1011100 11000

Color Harmonies of #0F0573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0573

Black with #0F0573

Text Example


Text Example

White with #0F0573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,5,115); }

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

background-color css

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

 a { background-color: rgb(15,5,115); }

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

border-color css

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

 span { border-color: rgb(15,5,115); }

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