Html Css Color HEX #061085 Navy

📋 copy color: '#061085'

red 6 ◦ green 16 ◦ blue 133

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

Shades of Navy #061085

Tints of Navy #061085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.32%

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

R = 3.87%
G = 10.32%
B = 85.81%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#061085 (or 0x061085) is known color: Navy. HEX triplet: 06, 10 and 85. RGB value is (6,16,133). Sum of RGB (Red+Green+Blue) = 6+16+133=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 133 (52.34% from 255 or 85.81% from 155); Max value from RGB is 133 - color contains mainly: blue. Hex color #061085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061085 is #F9EF7A. Grayscale: #191919. Windows color (decimal): -16379771 or 8720390. OLE color: 8720390.

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

Color convert

RGB 6 16 133 -
CMYK 0.95 0.88 0 0.48
HSL 235.28º 0.91% 0.27% -
HSV(B) 235.28º 0.95% 0.52% -
XYZ 4.49 2.1 22.36 -
YUV 26.35 188.19 113.49 -
System Red Green Blue C M Y K H S L
Decimal 6 16 133 0.95 0.88 0 0.48 235.28 0.91 0.27
Hex 6 10 85 5F 58 0 30 EB 5B 1B
Octal 6 20 205 137 130 0 60 353 133 33
Binary 110 10000 10000101 1011111 1011000 0 110000 11101011 1011011 11011

Color Harmonies of #061085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061085

Black with #061085

Text Example


Text Example

White with #061085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061085; }

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

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

background-color css

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

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

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

border-color css

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

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

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