#09014B

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

Shades of Midnight Blue #09014B

Tints of Midnight Blue #09014B

Color information

#09014B (or 0x09014B) is unknown color: approx Midnight Blue. HEX triplet: 09, 01 and 4B. RGB value is (9,1,75). Sum of RGB (Red+Green+Blue) = 9+1+75=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 75 (29.69% from 255 or 88.24% from 85); Max value from RGB is 75 - color contains mainly: blue. Hex color #09014B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09014B is #F6FEB4. Grayscale: #0B0B0B. Windows color (decimal): -16187061 or 4915465. OLE color: 4915465.

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

Color convert

RGB9175-
CMYK0.880.9900.71
HSL246.49º97.37%14.9%-
HSV(B)246.49º98.67%29.41%-
XYZ1.390.596.7-
YUV11.83163.65125.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.59%
GREEN value IS 1 (0.78% from 255) = 1.18%
BLUE value IS 75 (29.69% from 255) = 88.24%
R=10.59%
G=1.18%
B=88.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal91750.880.9900.71246.4997.3714.9
Hex914B5863047f661f
Octal111113130143010736614117
Binary10011100101110110001100011010001111111011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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