Html Css Color HEX #061185 Navy

📋 copy color: '#061185'

red 6 ◦ green 17 ◦ blue 133

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

Shades of Navy #061185

Tints of Navy #061185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.9%

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

R = 3.85%
G = 10.9%
B = 85.26%

CMYK

 C value IS 0.95

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#061185 (or 0x061185) is known color: Navy. HEX triplet: 06, 11 and 85. RGB value is (6,17,133). Sum of RGB (Red+Green+Blue) = 6+17+133=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 133 (52.34% from 255 or 85.26% from 156); Max value from RGB is 133 - color contains mainly: blue. Hex color #061185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061185 is #F9EE7A. Grayscale: #1A1A1A. Windows color (decimal): -16379515 or 8720646. OLE color: 8720646.

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

Color convert

RGB 6 17 133 -
CMYK 0.95 0.87 0 0.48
HSL 234.8º 0.91% 0.27% -
HSV(B) 234.8º 0.95% 0.52% -
XYZ 4.51 2.13 22.36 -
YUV 26.94 187.86 113.07 -
System Red Green Blue C M Y K H S L
Decimal 6 17 133 0.95 0.87 0 0.48 234.8 0.91 0.27
Hex 6 11 85 5F 57 0 30 EB 5B 1B
Octal 6 21 205 137 127 0 60 353 133 33
Binary 110 10001 10000101 1011111 1010111 0 110000 11101011 1011011 11011

Color Harmonies of #061185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061185

Black with #061185

Text Example


Text Example

White with #061185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061185; }

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

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

background-color css

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

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

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

border-color css

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

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

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