#061475

Color #061475 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #061475

Tints of Midnight Blue #061475

Color information

#061475 (or 0x061475) is unknown color: approx Midnight Blue. HEX triplet: 06, 14 and 75. RGB value is (6,20,117). Sum of RGB (Red+Green+Blue) = 6+20+117=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 117 (46.09% from 255 or 81.82% from 143); Max value from RGB is 117 - color contains mainly: blue. Hex color #061475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061475 is #F9EB8A. Grayscale: #1A1A1A. Windows color (decimal): -16378763 or 7672838. OLE color: 7672838.

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

Color convert

RGB620117-
CMYK0.950.8300.54
HSL232.43º90.24%24.12%-
HSV(B)232.43º94.87%45.88%-
XYZ3.541.8217-
YUV26.87178.86113.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 20 (8.20% from 255) = 13.99%
BLUE value IS 117 (46.09% from 255) = 81.82%
R=4.20%
G=13.99%
B=81.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6201170.950.8300.54232.4390.2424.12
Hex614755F53036e85a18
Octal62416513712306635013230
Binary11010100111010110111111010011011011011101000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061475; }

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

 H1.HeaderClassName
 {
   color: #061475;
 }
 .AnyTagClassName
 {
   color: #061475;
 }
</style>
background-color css

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

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

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

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

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

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