Html Css Color HEX #060870 Navy

📋 copy color: '#060870'

red 6 ◦ green 8 ◦ blue 112

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

Shades of Navy #060870

Tints of Navy #060870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.35%

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

R = 4.76%
G = 6.35%
B = 88.89%

CMYK

 C value IS 0.95

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#060870 (or 0x060870) is known color: Navy. HEX triplet: 06, 08 and 70. RGB value is (6,8,112). Sum of RGB (Red+Green+Blue) = 6+8+112=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 112 (44.14% from 255 or 88.89% from 126); Max value from RGB is 112 - color contains mainly: blue. Hex color #060870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060870 is #F9F78F. Grayscale: #121212. Windows color (decimal): -16381840 or 7342086. OLE color: 7342086.

HSL color Cylindrical-coordinate representation of color #060870: hue angle of 238.87º 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 #060870 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 8 112 -
CMYK 0.95 0.93 0 0.56
HSL 238.87º 0.9% 0.23% -
HSV(B) 238.87º 0.95% 0.44% -
XYZ 3.09 1.38 15.43 -
YUV 19.26 180.34 118.54 -
System Red Green Blue C M Y K H S L
Decimal 6 8 112 0.95 0.93 0 0.56 238.87 0.9 0.23
Hex 6 8 70 5F 5D 0 38 EF 5A 17
Octal 6 10 160 137 135 0 70 357 132 27
Binary 110 1000 1110000 1011111 1011101 0 111000 11101111 1011010 10111

Color Harmonies of #060870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060870

Black with #060870

Text Example


Text Example

White with #060870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060870; }

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

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

background-color css

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

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

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

border-color css

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

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

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