Html Css Color HEX #0F0175 Navy

📋 copy color: '#0F0175'

red 15 ◦ green 1 ◦ blue 117

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

Shades of Navy #0F0175

Tints of Navy #0F0175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 11.28%
G = 0.75%
B = 87.97%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0F0175 (or 0x0F0175) is known color: Navy. HEX triplet: 0F, 01 and 75. RGB value is (15,1,117). Sum of RGB (Red+Green+Blue) = 15+1+117=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 117 (46.09% from 255 or 87.97% from 133); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F0175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0175 is #F0FE8A. Grayscale: #111111. Windows color (decimal): -15793803 or 7667983. OLE color: 7667983.

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

Color convert

RGB 15 1 117 -
CMYK 0.87 0.99 0 0.54
HSL 247.24º 0.98% 0.23% -
HSV(B) 247.24º 0.99% 0.46% -
XYZ 3.42 1.41 16.92 -
YUV 18.41 183.64 125.57 -
System Red Green Blue C M Y K H S L
Decimal 15 1 117 0.87 0.99 0 0.54 247.24 0.98 0.23
Hex F 1 75 57 63 0 36 F7 62 17
Octal 17 1 165 127 143 0 66 367 142 27
Binary 1111 1 1110101 1010111 1100011 0 110110 11110111 1100010 10111

Color Harmonies of #0F0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0175

Black with #0F0175

Text Example


Text Example

White with #0F0175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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