Html Css Color HEX #061075 Navy

📋 copy color: '#061075'

red 6 ◦ green 16 ◦ blue 117

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

Shades of Navy #061075

Tints of Navy #061075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 84.17%

R = 4.32%
G = 11.51%
B = 84.17%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#061075 (or 0x061075) is known color: Navy. HEX triplet: 06, 10 and 75. RGB value is (6,16,117). Sum of RGB (Red+Green+Blue) = 6+16+117=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 117 (46.09% from 255 or 84.17% from 139); Max value from RGB is 117 - color contains mainly: blue. Hex color #061075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061075 is #F9EF8A. Grayscale: #181818. Windows color (decimal): -16379787 or 7671814. OLE color: 7671814.

HSL color Cylindrical-coordinate representation of color #061075: hue angle of 234.59º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061075 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 16 117 -
CMYK 0.95 0.86 0 0.54
HSL 234.59º 0.9% 0.24% -
HSV(B) 234.59º 0.95% 0.46% -
XYZ 3.47 1.69 16.97 -
YUV 24.52 180.19 114.79 -
System Red Green Blue C M Y K H S L
Decimal 6 16 117 0.95 0.86 0 0.54 234.59 0.9 0.24
Hex 6 10 75 5F 56 0 36 EB 5A 18
Octal 6 20 165 137 126 0 66 353 132 30
Binary 110 10000 1110101 1011111 1010110 0 110110 11101011 1011010 11000

Color Harmonies of #061075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061075

Black with #061075

Text Example


Text Example

White with #061075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061075; }

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

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

background-color css

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

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

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

border-color css

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

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

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