#06034B

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

Shades of Midnight Blue #06034B

Tints of Midnight Blue #06034B

Color information

#06034B (or 0x06034B) is unknown color: approx Midnight Blue. HEX triplet: 06, 03 and 4B. RGB value is (6,3,75). Sum of RGB (Red+Green+Blue) = 6+3+75=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 75 (29.69% from 255 or 89.29% from 84); Max value from RGB is 75 - color contains mainly: blue. Hex color #06034B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06034B is #F9FCB4. Grayscale: #0B0B0B. Windows color (decimal): -16383157 or 4915974. OLE color: 4915974.

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

Color convert

RGB6375-
CMYK0.920.9600.71
HSL242.5º92.31%15.29%-
HSV(B)242.5º96%29.41%-
XYZ1.380.616.7-
YUV12.1163.49123.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.14%
GREEN value IS 3 (1.56% from 255) = 3.57%
BLUE value IS 75 (29.69% from 255) = 89.29%
R=7.14%
G=3.57%
B=89.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal63750.920.9600.71242.592.3115.29
Hex634B5C60047f25cf
Octal63113134140010736213417
Binary11011100101110111001100000010001111111001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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