#05034B

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

Shades of Midnight Blue #05034B

Tints of Midnight Blue #05034B

Color information

#05034B (or 0x05034B) is unknown color: approx Midnight Blue. HEX triplet: 05, 03 and 4B. RGB value is (5,3,75). Sum of RGB (Red+Green+Blue) = 5+3+75=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 75 (29.69% from 255 or 90.36% from 83); Max value from RGB is 75 - color contains mainly: blue. Hex color #05034B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05034B is #FAFCB4. Grayscale: #0B0B0B. Windows color (decimal): -16448693 or 4915973. OLE color: 4915973.

HSL color Cylindrical-coordinate representation of color #05034B: hue angle of 241.67º 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 #05034B is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB5375-
CMYK0.930.9600.71
HSL241.67º92.31%15.29%-
HSV(B)241.67º96%29.41%-
XYZ1.370.616.7-
YUV11.81163.66123.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.02%
GREEN value IS 3 (1.56% from 255) = 3.61%
BLUE value IS 75 (29.69% from 255) = 90.36%
R=6.02%
G=3.61%
B=90.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal53750.930.9600.71241.6792.3115.29
Hex534B5D60047f25cf
Octal53113135140010736213417
Binary10111100101110111011100000010001111111001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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