#03014B

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

Shades of Midnight Blue #03014B

Tints of Midnight Blue #03014B

Color information

#03014B (or 0x03014B) is unknown color: approx Midnight Blue. HEX triplet: 03, 01 and 4B. RGB value is (3,1,75). Sum of RGB (Red+Green+Blue) = 3+1+75=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 75 (29.69% from 255 or 94.94% from 79); Max value from RGB is 75 - color contains mainly: blue. Hex color #03014B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03014B is #FCFEB4. Grayscale: #090909. Windows color (decimal): -16580277 or 4915459. OLE color: 4915459.

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

Color convert

RGB3175-
CMYK0.960.9900.71
HSL241.62º97.37%14.9%-
HSV(B)241.62º98.67%29.41%-
XYZ1.320.556.69-
YUV10.03164.66122.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.80%
GREEN value IS 1 (0.78% from 255) = 1.27%
BLUE value IS 75 (29.69% from 255) = 94.94%
R=3.80%
G=1.27%
B=94.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal31750.960.9900.71241.6297.3714.9
Hex314B6063047f261f
Octal31113140143010736214117
Binary111100101111000001100011010001111111001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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