Html Css Color HEX #01075F Navy

📋 copy color: '#01075F'

red 1 ◦ green 7 ◦ blue 95

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

Shades of Navy #01075F

Tints of Navy #01075F

RGB

 RED value IS 1 (0.78% from 255) = 0.97%

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

 BLUE value IS 95 (37.5% from 255) = 92.23%

R = 0.97%
G = 6.8%
B = 92.23%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01075F (or 0x01075F) is known color: Navy. HEX triplet: 01, 07 and 5F. RGB value is (1,7,95). Sum of RGB (Red+Green+Blue) = 1+7+95=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 95 (37.5% from 255 or 92.23% from 103); Max value from RGB is 95 - color contains mainly: blue. Hex color #01075F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01075F is #FEF8A0. Grayscale: #0E0E0E. Windows color (decimal): -16709793 or 6227713. OLE color: 6227713.

HSL color Cylindrical-coordinate representation of color #01075F: hue angle of 236.17º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01075F is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 7 95 -
CMYK 0.99 0.93 0 0.63
HSL 236.17º 0.98% 0.19% -
HSV(B) 236.17º 0.99% 0.37% -
XYZ 2.15 0.98 10.9 -
YUV 15.24 173.01 117.84 -
System Red Green Blue C M Y K H S L
Decimal 1 7 95 0.99 0.93 0 0.63 236.17 0.98 0.19
Hex 1 7 5F 63 5D 0 3F EC 62 13
Octal 1 7 137 143 135 0 77 354 142 23
Binary 1 111 1011111 1100011 1011101 0 111111 11101100 1100010 10011

Color Harmonies of #01075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01075F

Black with #01075F

Text Example


Text Example

White with #01075F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01075F; }

 p { color: rgb(1,7,95); }

 H1.HeaderClassName
 {
   color: #01075F;
 }
 .AnyTagClassName
 {
   color: #01075F;
 }
</style>

background-color css

<style>
 a { background-color: #01075F; }

 a { background-color: rgb(1,7,95); }

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

border-color css

<style>
 span { border-color: #01075F; }

 span { border-color: rgb(1,7,95); }

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