#06074B

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

Shades of Midnight Blue #06074B

Tints of Midnight Blue #06074B

Color information

#06074B (or 0x06074B) is unknown color: approx Midnight Blue. HEX triplet: 06, 07 and 4B. RGB value is (6,7,75). Sum of RGB (Red+Green+Blue) = 6+7+75=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 75 (29.69% from 255 or 85.23% from 88); Max value from RGB is 75 - color contains mainly: blue. Hex color #06074B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06074B is #F9F8B4. Grayscale: #0E0E0E. Windows color (decimal): -16382133 or 4916998. OLE color: 4916998.

HSL color Cylindrical-coordinate representation of color #06074B: hue angle of 239.13º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06074B is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB6775-
CMYK0.920.9100.71
HSL239.13º85.19%15.88%-
HSV(B)239.13º92%29.41%-
XYZ1.420.76.72-
YUV14.45162.17121.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.82%
GREEN value IS 7 (3.12% from 255) = 7.95%
BLUE value IS 75 (29.69% from 255) = 85.23%
R=6.82%
G=7.95%
B=85.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal67750.920.9100.71239.1385.1915.88
Hex674B5C5B047ef5510
Octal67113134133010735712520
Binary1101111001011101110010110110100011111101111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06074B; }

 p { color: rgb(6,7,75); }

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

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

 a { background-color: rgb(6,7,75); }

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

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

 span { border-color: rgb(6,7,75); }

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