Html Css Color HEX #061575 Midnight Blue

📋 copy color: '#061575'

red 6 ◦ green 21 ◦ blue 117

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

Shades of Midnight Blue #061575

Tints of Midnight Blue #061575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.58%

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

R = 4.17%
G = 14.58%
B = 81.25%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#061575 (or 0x061575) is known color: Midnight Blue. HEX triplet: 06, 15 and 75. RGB value is (6,21,117). Sum of RGB (Red+Green+Blue) = 6+21+117=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 117 (46.09% from 255 or 81.25% from 144); Max value from RGB is 117 - color contains mainly: blue. Hex color #061575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061575 is #F9EA8A. Grayscale: #1B1B1B. Windows color (decimal): -16378507 or 7673094. OLE color: 7673094.

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

Color convert

RGB 6 21 117 -
CMYK 0.95 0.82 0 0.54
HSL 231.89º 0.9% 0.24% -
HSV(B) 231.89º 0.95% 0.46% -
XYZ 3.55 1.86 17 -
YUV 27.46 178.53 112.69 -
System Red Green Blue C M Y K H S L
Decimal 6 21 117 0.95 0.82 0 0.54 231.89 0.9 0.24
Hex 6 15 75 5F 52 0 36 E8 5A 18
Octal 6 25 165 137 122 0 66 350 132 30
Binary 110 10101 1110101 1011111 1010010 0 110110 11101000 1011010 11000

Color Harmonies of #061575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061575

Black with #061575

Text Example


Text Example

White with #061575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061575; }

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

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

background-color css

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

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

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

border-color css

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

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

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