Html Css Color HEX #0F017C Navy

📋 copy color: '#0F017C'

red 15 ◦ green 1 ◦ blue 124

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

Shades of Navy #0F017C

Tints of Navy #0F017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 88.57%

R = 10.71%
G = 0.71%
B = 88.57%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0F017C (or 0x0F017C) is known color: Navy. HEX triplet: 0F, 01 and 7C. RGB value is (15,1,124). Sum of RGB (Red+Green+Blue) = 15+1+124=140 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.71% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 124 (48.83% from 255 or 88.57% from 140); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F017C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F017C is #F0FE83. Grayscale: #121212. Windows color (decimal): -15793796 or 8126735. OLE color: 8126735.

HSL color Cylindrical-coordinate representation of color #0F017C: hue angle of 246.83º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F017C is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 1 124 -
CMYK 0.88 0.99 0 0.51
HSL 246.83º 0.98% 0.25% -
HSV(B) 246.83º 0.99% 0.49% -
XYZ 3.85 1.58 19.17 -
YUV 19.21 187.14 125 -
System Red Green Blue C M Y K H S L
Decimal 15 1 124 0.88 0.99 0 0.51 246.83 0.98 0.25
Hex F 1 7C 58 63 0 33 F7 62 19
Octal 17 1 174 130 143 0 63 367 142 31
Binary 1111 1 1111100 1011000 1100011 0 110011 11110111 1100010 11001

Color Harmonies of #0F017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F017C

Black with #0F017C

Text Example


Text Example

White with #0F017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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