#061375

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

Shades of Midnight Blue #061375

Tints of Midnight Blue #061375

Color information

#061375 (or 0x061375) is unknown color: approx Midnight Blue. HEX triplet: 06, 13 and 75. RGB value is (6,19,117). Sum of RGB (Red+Green+Blue) = 6+19+117=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 117 (46.09% from 255 or 82.39% from 142); Max value from RGB is 117 - color contains mainly: blue. Hex color #061375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061375 is #F9EC8A. Grayscale: #191919. Windows color (decimal): -16379019 or 7672582. OLE color: 7672582.

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

Color convert

RGB619117-
CMYK0.950.8400.54
HSL232.97º90.24%24.12%-
HSV(B)232.97º94.87%45.88%-
XYZ3.521.7916.99-
YUV26.28179.19113.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 19 (7.81% from 255) = 13.38%
BLUE value IS 117 (46.09% from 255) = 82.39%
R=4.23%
G=13.38%
B=82.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6191170.950.8400.54232.9790.2424.12
Hex613755F54036e95a18
Octal62316513712406635113230
Binary11010011111010110111111010100011011011101001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061375; }

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

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

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

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

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

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

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

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