#061275

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

Shades of Midnight Blue #061275

Tints of Midnight Blue #061275

Color information

#061275 (or 0x061275) is unknown color: approx Midnight Blue. HEX triplet: 06, 12 and 75. RGB value is (6,18,117). Sum of RGB (Red+Green+Blue) = 6+18+117=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 117 (46.09% from 255 or 82.98% from 141); Max value from RGB is 117 - color contains mainly: blue. Hex color #061275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061275 is #F9ED8A. Grayscale: #191919. Windows color (decimal): -16379275 or 7672326. OLE color: 7672326.

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

Color convert

RGB618117-
CMYK0.950.8500.54
HSL233.51º90.24%24.12%-
HSV(B)233.51º94.87%45.88%-
XYZ3.51.7616.98-
YUV25.7179.52113.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 117 (46.09% from 255) = 82.98%
R=4.26%
G=12.77%
B=82.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6181170.950.8500.54233.5190.2424.12
Hex612755F55036ea5a18
Octal62216513712506635213230
Binary11010010111010110111111010101011011011101010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061275; }

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

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

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

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

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

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

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

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