Html Css Color HEX #060170 Navy

📋 copy color: '#060170'

red 6 ◦ green 1 ◦ blue 112

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

Shades of Navy #060170

Tints of Navy #060170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.84%

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

R = 5.04%
G = 0.84%
B = 94.12%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#060170 (or 0x060170) is known color: Navy. HEX triplet: 06, 01 and 70. RGB value is (6,1,112). Sum of RGB (Red+Green+Blue) = 6+1+112=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 112 (44.14% from 255 or 94.12% from 119); Max value from RGB is 112 - color contains mainly: blue. Hex color #060170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060170 is #F9FE8F. Grayscale: #0E0E0E. Windows color (decimal): -16383632 or 7340294. OLE color: 7340294.

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

Color convert

RGB 6 1 112 -
CMYK 0.95 0.99 0 0.56
HSL 242.7º 0.98% 0.22% -
HSV(B) 242.7º 0.99% 0.44% -
XYZ 3.01 1.23 15.41 -
YUV 15.15 182.66 121.47 -
System Red Green Blue C M Y K H S L
Decimal 6 1 112 0.95 0.99 0 0.56 242.7 0.98 0.22
Hex 6 1 70 5F 63 0 38 F3 62 16
Octal 6 1 160 137 143 0 70 363 142 26
Binary 110 1 1110000 1011111 1100011 0 111000 11110011 1100010 10110

Color Harmonies of #060170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060170

Black with #060170

Text Example


Text Example

White with #060170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060170; }

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

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

background-color css

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

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

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

border-color css

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

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

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