Html Css Color HEX #01065F Navy

📋 copy color: '#01065F'

red 1 ◦ green 6 ◦ blue 95

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

Shades of Navy #01065F

Tints of Navy #01065F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.88%

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

R = 0.98%
G = 5.88%
B = 93.14%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01065F (or 0x01065F) is known color: Navy. HEX triplet: 01, 06 and 5F. RGB value is (1,6,95). Sum of RGB (Red+Green+Blue) = 1+6+95=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 95 (37.5% from 255 or 93.14% from 102); Max value from RGB is 95 - color contains mainly: blue. Hex color #01065F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01065F is #FEF9A0. Grayscale: #0E0E0E. Windows color (decimal): -16710049 or 6227457. OLE color: 6227457.

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

Color convert

RGB 1 6 95 -
CMYK 0.99 0.94 0 0.63
HSL 236.81º 0.98% 0.19% -
HSV(B) 236.81º 0.99% 0.37% -
XYZ 2.14 0.96 10.9 -
YUV 14.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 1 6 95 0.99 0.94 0 0.63 236.81 0.98 0.19
Hex 1 6 5F 63 5E 0 3F ED 62 13
Octal 1 6 137 143 136 0 77 355 142 23
Binary 1 110 1011111 1100011 1011110 0 111111 11101101 1100010 10011

Color Harmonies of #01065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01065F

Black with #01065F

Text Example


Text Example

White with #01065F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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