#0A045B

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

Shades of Midnight Blue #0A045B

Tints of Midnight Blue #0A045B

Color information

#0A045B (or 0x0A045B) is unknown color: approx Midnight Blue. HEX triplet: 0A, 04 and 5B. RGB value is (10,4,91). Sum of RGB (Red+Green+Blue) = 10+4+91=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 91 (35.94% from 255 or 86.67% from 105); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A045B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A045B is #F5FBA4. Grayscale: #0F0F0F. Windows color (decimal): -16120741 or 5964810. OLE color: 5964810.

HSL color Cylindrical-coordinate representation of color #0A045B: hue angle of 244.14º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A045B is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB10491-
CMYK0.890.9600.64
HSL244.14º91.58%18.63%-
HSV(B)244.14º95.6%35.69%-
XYZ2.060.919.96-
YUV15.71170.49123.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.52%
GREEN value IS 4 (1.95% from 255) = 3.81%
BLUE value IS 91 (35.94% from 255) = 86.67%
R=9.52%
G=3.81%
B=86.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal104910.890.9600.64244.1491.5818.63
HexA45B5960040f45c13
Octal124133131140010036413423
Binary10101001011011101100111000000100000011110100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A045B; }

 p { color: rgb(10,4,91); }

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

<style>
 a { background-color: #0A045B; }

 a { background-color: rgb(10,4,91); }

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

<style>
 span { border-color: #0A045B; }

 span { border-color: rgb(10,4,91); }

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