Html Css Color HEX #0F0470 Navy

📋 copy color: '#0F0470'

red 15 ◦ green 4 ◦ blue 112

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

Shades of Navy #0F0470

Tints of Navy #0F0470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 85.5%

R = 11.45%
G = 3.05%
B = 85.5%

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

#0F0470 (or 0x0F0470) is known color: Navy. HEX triplet: 0F, 04 and 70. RGB value is (15,4,112). Sum of RGB (Red+Green+Blue) = 15+4+112=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 112 (44.14% from 255 or 85.50% from 131); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F0470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0470 is #F0FB8F. Grayscale: #131313. Windows color (decimal): -15793040 or 7341071. OLE color: 7341071.

HSL color Cylindrical-coordinate representation of color #0F0470: hue angle of 246.11º 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 #0F0470 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 4 112 -
CMYK 0.87 0.96 0 0.56
HSL 246.11º 0.93% 0.23% -
HSV(B) 246.11º 0.96% 0.44% -
XYZ 3.17 1.36 15.42 -
YUV 19.6 180.14 124.72 -
System Red Green Blue C M Y K H S L
Decimal 15 4 112 0.87 0.96 0 0.56 246.11 0.93 0.23
Hex F 4 70 57 60 0 38 F6 5D 17
Octal 17 4 160 127 140 0 70 366 135 27
Binary 1111 100 1110000 1010111 1100000 0 111000 11110110 1011101 10111

Color Harmonies of #0F0470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0470

Black with #0F0470

Text Example


Text Example

White with #0F0470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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