Html Css Color HEX #060574 Navy

📋 copy color: '#060574'

red 6 ◦ green 5 ◦ blue 116

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

Shades of Navy #060574

Tints of Navy #060574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.94%

 BLUE value IS 116 (45.7% from 255) = 91.34%

R = 4.72%
G = 3.94%
B = 91.34%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#060574 (or 0x060574) is known color: Navy. HEX triplet: 06, 05 and 74. RGB value is (6,5,116). Sum of RGB (Red+Green+Blue) = 6+5+116=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 116 (45.70% from 255 or 91.34% from 127); Max value from RGB is 116 - color contains mainly: blue. Hex color #060574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060574 is #F9FA8B. Grayscale: #111111. Windows color (decimal): -16382604 or 7603462. OLE color: 7603462.

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

Color convert

RGB 6 5 116 -
CMYK 0.95 0.96 0 0.55
HSL 240.54º 0.92% 0.24% -
HSV(B) 240.54º 0.96% 0.45% -
XYZ 3.28 1.41 16.62 -
YUV 17.95 183.33 119.47 -
System Red Green Blue C M Y K H S L
Decimal 6 5 116 0.95 0.96 0 0.55 240.54 0.92 0.24
Hex 6 5 74 5F 60 0 37 F1 5C 18
Octal 6 5 164 137 140 0 67 361 134 30
Binary 110 101 1110100 1011111 1100000 0 110111 11110001 1011100 11000

Color Harmonies of #060574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060574

Black with #060574

Text Example


Text Example

White with #060574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060574; }

 p { color: rgb(6,5,116); }

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

background-color css

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

 a { background-color: rgb(6,5,116); }

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

border-color css

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

 span { border-color: rgb(6,5,116); }

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