Html Css Color HEX #060570 Navy

📋 copy color: '#060570'

red 6 ◦ green 5 ◦ blue 112

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

Shades of Navy #060570

Tints of Navy #060570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 91.06%

R = 4.88%
G = 4.07%
B = 91.06%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#060570 (or 0x060570) is known color: Navy. HEX triplet: 06, 05 and 70. RGB value is (6,5,112). Sum of RGB (Red+Green+Blue) = 6+5+112=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 112 (44.14% from 255 or 91.06% from 123); Max value from RGB is 112 - color contains mainly: blue. Hex color #060570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060570 is #F9FA8F. Grayscale: #111111. Windows color (decimal): -16382608 or 7341318. OLE color: 7341318.

HSL color Cylindrical-coordinate representation of color #060570: hue angle of 240.56º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060570 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 5 112 -
CMYK 0.95 0.96 0 0.56
HSL 240.56º 0.91% 0.23% -
HSV(B) 240.56º 0.96% 0.44% -
XYZ 3.05 1.32 15.42 -
YUV 17.5 181.33 119.8 -
System Red Green Blue C M Y K H S L
Decimal 6 5 112 0.95 0.96 0 0.56 240.56 0.91 0.23
Hex 6 5 70 5F 60 0 38 F1 5B 17
Octal 6 5 160 137 140 0 70 361 133 27
Binary 110 101 1110000 1011111 1100000 0 111000 11110001 1011011 10111

Color Harmonies of #060570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060570

Black with #060570

Text Example


Text Example

White with #060570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060570; }

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

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

background-color css

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

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

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

border-color css

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

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

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