#0A045C

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

Shades of Midnight Blue #0A045C

Tints of Midnight Blue #0A045C

Color information

#0A045C (or 0x0A045C) is unknown color: approx Midnight Blue. HEX triplet: 0A, 04 and 5C. RGB value is (10,4,92). Sum of RGB (Red+Green+Blue) = 10+4+92=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 92 (36.33% from 255 or 86.79% from 106); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A045C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A045C is #F5FBA3. Grayscale: #0F0F0F. Windows color (decimal): -16120740 or 6030346. OLE color: 6030346.

HSL color Cylindrical-coordinate representation of color #0A045C: hue angle of 244.09º 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 #0A045C is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB10492-
CMYK0.890.9600.64
HSL244.09º91.67%18.82%-
HSV(B)244.09º95.65%36.08%-
XYZ2.10.9210.19-
YUV15.83170.99123.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.43%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 92 (36.33% from 255) = 86.79%
R=9.43%
G=3.77%
B=86.79%

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
Decimal104920.890.9600.64244.0991.6718.82
HexA45C5960040f45c13
Octal124134131140010036413423
Binary10101001011100101100111000000100000011110100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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