Html Css Color HEX #01075E Navy

📋 copy color: '#01075E'

red 1 ◦ green 7 ◦ blue 94

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

Shades of Navy #01075E

Tints of Navy #01075E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 92.16%

R = 0.98%
G = 6.86%
B = 92.16%

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

#01075E (or 0x01075E) is known color: Navy. HEX triplet: 01, 07 and 5E. RGB value is (1,7,94). Sum of RGB (Red+Green+Blue) = 1+7+94=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 94 (37.11% from 255 or 92.16% from 102); Max value from RGB is 94 - color contains mainly: blue. Hex color #01075E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01075E is #FEF8A1. Grayscale: #0E0E0E. Windows color (decimal): -16709794 or 6162177. OLE color: 6162177.

HSL color Cylindrical-coordinate representation of color #01075E: hue angle of 236.13º 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 #01075E is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 7 94 -
CMYK 0.99 0.93 0 0.63
HSL 236.13º 0.98% 0.19% -
HSV(B) 236.13º 0.99% 0.37% -
XYZ 2.11 0.97 10.67 -
YUV 15.12 172.51 117.93 -
System Red Green Blue C M Y K H S L
Decimal 1 7 94 0.99 0.93 0 0.63 236.13 0.98 0.19
Hex 1 7 5E 63 5D 0 3F EC 62 13
Octal 1 7 136 143 135 0 77 354 142 23
Binary 1 111 1011110 1100011 1011101 0 111111 11101100 1100010 10011

Color Harmonies of #01075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01075E

Black with #01075E

Text Example


Text Example

White with #01075E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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