Html Css Color HEX #06017F Navy

📋 copy color: '#06017F'

red 6 ◦ green 1 ◦ blue 127

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

Shades of Navy #06017F

Tints of Navy #06017F

RGB

 RED value IS 6 (2.73% from 255) = 4.48%

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

 BLUE value IS 127 (50% from 255) = 94.78%

R = 4.48%
G = 0.75%
B = 94.78%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#06017F (or 0x06017F) is known color: Navy. HEX triplet: 06, 01 and 7F. RGB value is (6,1,127). Sum of RGB (Red+Green+Blue) = 6+1+127=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 127 (50% from 255 or 94.78% from 134); Max value from RGB is 127 - color contains mainly: blue. Hex color #06017F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06017F is #F9FE80. Grayscale: #101010. Windows color (decimal): -16383617 or 8323334. OLE color: 8323334.

HSL color Cylindrical-coordinate representation of color #06017F: hue angle of 242.38º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06017F is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 1 127 -
CMYK 0.95 0.99 0 0.50
HSL 242.38º 0.98% 0.25% -
HSV(B) 242.38º 0.99% 0.5% -
XYZ 3.92 1.59 20.18 -
YUV 16.86 190.16 120.25 -
System Red Green Blue C M Y K H S L
Decimal 6 1 127 0.95 0.99 0 0.50 242.38 0.98 0.25
Hex 6 1 7F 5F 63 0 32 F2 62 19
Octal 6 1 177 137 143 0 62 362 142 31
Binary 110 1 1111111 1011111 1100011 0 110010 11110010 1100010 11001

Color Harmonies of #06017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06017F

Black with #06017F

Text Example


Text Example

White with #06017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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