#06034C

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

Shades of Midnight Blue #06034C

Tints of Midnight Blue #06034C

Color information

#06034C (or 0x06034C) is unknown color: approx Midnight Blue. HEX triplet: 06, 03 and 4C. RGB value is (6,3,76). Sum of RGB (Red+Green+Blue) = 6+3+76=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 76 (30.08% from 255 or 89.41% from 85); Max value from RGB is 76 - color contains mainly: blue. Hex color #06034C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06034C is #F9FCB3. Grayscale: #0B0B0B. Windows color (decimal): -16383156 or 4981510. OLE color: 4981510.

HSL color Cylindrical-coordinate representation of color #06034C: hue angle of 242.47º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06034C is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB6376-
CMYK0.920.9600.70
HSL242.47º92.41%15.49%-
HSV(B)242.47º96.05%29.8%-
XYZ1.410.636.88-
YUV12.22163.99123.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.06%
GREEN value IS 3 (1.56% from 255) = 3.53%
BLUE value IS 76 (30.08% from 255) = 89.41%
R=7.06%
G=3.53%
B=89.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal63760.920.9600.70242.4792.4115.49
Hex634C5C60046f25cf
Octal63114134140010636213417
Binary11011100110010111001100000010001101111001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06034C; }

 p { color: rgb(6,3,76); }

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

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

 a { background-color: rgb(6,3,76); }

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

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

 span { border-color: rgb(6,3,76); }

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