Html Css Color HEX #060970 Navy

📋 copy color: '#060970'

red 6 ◦ green 9 ◦ blue 112

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

Shades of Navy #060970

Tints of Navy #060970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.09%

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

R = 4.72%
G = 7.09%
B = 88.19%

CMYK

 C value IS 0.95

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#060970 (or 0x060970) is known color: Navy. HEX triplet: 06, 09 and 70. RGB value is (6,9,112). Sum of RGB (Red+Green+Blue) = 6+9+112=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 112 (44.14% from 255 or 88.19% from 127); Max value from RGB is 112 - color contains mainly: blue. Hex color #060970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060970 is #F9F68F. Grayscale: #131313. Windows color (decimal): -16381584 or 7342342. OLE color: 7342342.

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

Color convert

RGB 6 9 112 -
CMYK 0.95 0.92 0 0.56
HSL 238.3º 0.9% 0.23% -
HSV(B) 238.3º 0.95% 0.44% -
XYZ 3.1 1.4 15.44 -
YUV 19.85 180.01 118.12 -
System Red Green Blue C M Y K H S L
Decimal 6 9 112 0.95 0.92 0 0.56 238.3 0.9 0.23
Hex 6 9 70 5F 5C 0 38 EE 5A 17
Octal 6 11 160 137 134 0 70 356 132 27
Binary 110 1001 1110000 1011111 1011100 0 111000 11101110 1011010 10111

Color Harmonies of #060970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060970

Black with #060970

Text Example


Text Example

White with #060970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060970; }

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

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

background-color css

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

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

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

border-color css

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

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

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