Html Css Color HEX #060373 Navy

📋 copy color: '#060373'

red 6 ◦ green 3 ◦ blue 115

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

Shades of Navy #060373

Tints of Navy #060373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.42%

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

R = 4.84%
G = 2.42%
B = 92.74%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#060373 (or 0x060373) is known color: Navy. HEX triplet: 06, 03 and 73. RGB value is (6,3,115). Sum of RGB (Red+Green+Blue) = 6+3+115=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 115 (45.31% from 255 or 92.74% from 124); Max value from RGB is 115 - color contains mainly: blue. Hex color #060373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060373 is #F9FC8C. Grayscale: #101010. Windows color (decimal): -16383117 or 7537414. OLE color: 7537414.

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

Color convert

RGB 6 3 115 -
CMYK 0.95 0.97 0 0.55
HSL 241.61º 0.95% 0.23% -
HSV(B) 241.61º 0.97% 0.45% -
XYZ 3.2 1.34 16.31 -
YUV 16.67 183.49 120.39 -
System Red Green Blue C M Y K H S L
Decimal 6 3 115 0.95 0.97 0 0.55 241.61 0.95 0.23
Hex 6 3 73 5F 61 0 37 F2 5F 17
Octal 6 3 163 137 141 0 67 362 137 27
Binary 110 11 1110011 1011111 1100001 0 110111 11110010 1011111 10111

Color Harmonies of #060373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060373

Black with #060373

Text Example


Text Example

White with #060373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060373; }

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

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

background-color css

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

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

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

border-color css

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

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

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