Html Css Color HEX #0F0775 Navy

📋 copy color: '#0F0775'

red 15 ◦ green 7 ◦ blue 117

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

Shades of Navy #0F0775

Tints of Navy #0F0775

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.04%

 BLUE value IS 117 (46.09% from 255) = 84.17%

R = 10.79%
G = 5.04%
B = 84.17%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0F0775 (or 0x0F0775) is known color: Navy. HEX triplet: 0F, 07 and 75. RGB value is (15,7,117). Sum of RGB (Red+Green+Blue) = 15+7+117=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 117 (46.09% from 255 or 84.17% from 139); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F0775 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0775 is #F0F88A. Grayscale: #151515. Windows color (decimal): -15792267 or 7669519. OLE color: 7669519.

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

Color convert

RGB 15 7 117 -
CMYK 0.87 0.94 0 0.54
HSL 244.36º 0.89% 0.24% -
HSV(B) 244.36º 0.94% 0.46% -
XYZ 3.48 1.54 16.94 -
YUV 21.93 181.65 123.06 -
System Red Green Blue C M Y K H S L
Decimal 15 7 117 0.87 0.94 0 0.54 244.36 0.89 0.24
Hex F 7 75 57 5E 0 36 F4 59 18
Octal 17 7 165 127 136 0 66 364 131 30
Binary 1111 111 1110101 1010111 1011110 0 110110 11110100 1011001 11000

Color Harmonies of #0F0775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0775

Black with #0F0775

Text Example


Text Example

White with #0F0775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,7,117); }

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

background-color css

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

 a { background-color: rgb(15,7,117); }

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

border-color css

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

 span { border-color: rgb(15,7,117); }

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