Html Css Color HEX #060485 Navy

📋 copy color: '#060485'

red 6 ◦ green 4 ◦ blue 133

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

Shades of Navy #060485

Tints of Navy #060485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.8%

 BLUE value IS 133 (52.34% from 255) = 93.01%

R = 4.2%
G = 2.8%
B = 93.01%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#060485 (or 0x060485) is known color: Navy. HEX triplet: 06, 04 and 85. RGB value is (6,4,133). Sum of RGB (Red+Green+Blue) = 6+4+133=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 133 (52.34% from 255 or 93.01% from 143); Max value from RGB is 133 - color contains mainly: blue. Hex color #060485 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060485 is #F9FB7A. Grayscale: #121212. Windows color (decimal): -16382843 or 8717318. OLE color: 8717318.

HSL color Cylindrical-coordinate representation of color #060485: hue angle of 240.93º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060485 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 4 133 -
CMYK 0.95 0.97 0 0.48
HSL 240.93º 0.94% 0.27% -
HSV(B) 240.93º 0.97% 0.52% -
XYZ 4.35 1.82 22.31 -
YUV 19.3 192.16 118.51 -
System Red Green Blue C M Y K H S L
Decimal 6 4 133 0.95 0.97 0 0.48 240.93 0.94 0.27
Hex 6 4 85 5F 61 0 30 F1 5E 1B
Octal 6 4 205 137 141 0 60 361 136 33
Binary 110 100 10000101 1011111 1100001 0 110000 11110001 1011110 11011

Color Harmonies of #060485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060485

Black with #060485

Text Example


Text Example

White with #060485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060485; }

 p { color: rgb(6,4,133); }

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

background-color css

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

 a { background-color: rgb(6,4,133); }

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

border-color css

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

 span { border-color: rgb(6,4,133); }

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