Html Css Color HEX #060173 Navy

📋 copy color: '#060173'

red 6 ◦ green 1 ◦ blue 115

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

Shades of Navy #060173

Tints of Navy #060173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 94.26%

R = 4.92%
G = 0.82%
B = 94.26%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#060173 (or 0x060173) is known color: Navy. HEX triplet: 06, 01 and 73. RGB value is (6,1,115). Sum of RGB (Red+Green+Blue) = 6+1+115=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 115 (45.31% from 255 or 94.26% from 122); Max value from RGB is 115 - color contains mainly: blue. Hex color #060173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060173 is #F9FE8C. Grayscale: #0F0F0F. Windows color (decimal): -16383629 or 7536902. OLE color: 7536902.

HSL color Cylindrical-coordinate representation of color #060173: hue angle of 242.63º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060173 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 1 115 -
CMYK 0.95 0.99 0 0.55
HSL 242.63º 0.98% 0.23% -
HSV(B) 242.63º 0.99% 0.45% -
XYZ 3.18 1.3 16.3 -
YUV 15.49 184.16 121.23 -
System Red Green Blue C M Y K H S L
Decimal 6 1 115 0.95 0.99 0 0.55 242.63 0.98 0.23
Hex 6 1 73 5F 63 0 37 F3 62 17
Octal 6 1 163 137 143 0 67 363 142 27
Binary 110 1 1110011 1011111 1100011 0 110111 11110011 1100010 10111

Color Harmonies of #060173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060173

Black with #060173

Text Example


Text Example

White with #060173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060173; }

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

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

background-color css

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

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

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

border-color css

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

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

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