Html Css Color HEX #060070 Navy

📋 copy color: '#060070'

red 6 ◦ green 0 ◦ blue 112

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

Shades of Navy #060070

Tints of Navy #060070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 5.08%
G = 0%
B = 94.92%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#060070 (or 0x060070) is known color: Navy. HEX triplet: 06, 00 and 70. RGB value is (6,0,112). Sum of RGB (Red+Green+Blue) = 6+0+112=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 112 (44.14% from 255 or 94.92% from 118); Max value from RGB is 112 - color contains mainly: blue. Hex color #060070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060070 is #F9FF8F. Grayscale: #0E0E0E. Windows color (decimal): -16383888 or 7340038. OLE color: 7340038.

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

Color convert

RGB 6 0 112 -
CMYK 0.95 1 0 0.56
HSL 243.21º 1% 0.22% -
HSV(B) 243.21º 1% 0.44% -
XYZ 3 1.21 15.4 -
YUV 14.56 182.99 121.89 -
System Red Green Blue C M Y K H S L
Decimal 6 0 112 0.95 1 0 0.56 243.21 1 0.22
Hex 6 0 70 5F 64 0 38 F3 64 16
Octal 6 0 160 137 144 0 70 363 144 26
Binary 110 0 1110000 1011111 1100100 0 111000 11110011 1100100 10110

Color Harmonies of #060070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060070

Black with #060070

Text Example


Text Example

White with #060070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060070; }

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

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

background-color css

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

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

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

border-color css

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

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

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