Html Css Color HEX #060370 Navy

📋 copy color: '#060370'

red 6 ◦ green 3 ◦ blue 112

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

Shades of Navy #060370

Tints of Navy #060370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.48%

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

R = 4.96%
G = 2.48%
B = 92.56%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#060370 (or 0x060370) is known color: Navy. HEX triplet: 06, 03 and 70. RGB value is (6,3,112). Sum of RGB (Red+Green+Blue) = 6+3+112=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 112 (44.14% from 255 or 92.56% from 121); Max value from RGB is 112 - color contains mainly: blue. Hex color #060370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060370 is #F9FC8F. Grayscale: #0F0F0F. Windows color (decimal): -16383120 or 7340806. OLE color: 7340806.

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

Color convert

RGB 6 3 112 -
CMYK 0.95 0.97 0 0.56
HSL 241.65º 0.95% 0.23% -
HSV(B) 241.65º 0.97% 0.44% -
XYZ 3.03 1.27 15.42 -
YUV 16.32 181.99 120.64 -
System Red Green Blue C M Y K H S L
Decimal 6 3 112 0.95 0.97 0 0.56 241.65 0.95 0.23
Hex 6 3 70 5F 61 0 38 F2 5F 17
Octal 6 3 160 137 141 0 70 362 137 27
Binary 110 11 1110000 1011111 1100001 0 111000 11110010 1011111 10111

Color Harmonies of #060370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060370

Black with #060370

Text Example


Text Example

White with #060370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060370; }

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

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

background-color css

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

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

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

border-color css

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

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

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