#0A074B

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

Shades of Midnight Blue #0A074B

Tints of Midnight Blue #0A074B

Color information

#0A074B (or 0x0A074B) is unknown color: approx Midnight Blue. HEX triplet: 0A, 07 and 4B. RGB value is (10,7,75). Sum of RGB (Red+Green+Blue) = 10+7+75=92 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.87% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 75 (29.69% from 255 or 81.52% from 92); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A074B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A074B is #F5F8B4. Grayscale: #0F0F0F. Windows color (decimal): -16119989 or 4917002. OLE color: 4917002.

HSL color Cylindrical-coordinate representation of color #0A074B: hue angle of 242.65º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A074B is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB10775-
CMYK0.870.9100.71
HSL242.65º82.93%16.08%-
HSV(B)242.65º90.67%29.41%-
XYZ1.470.726.72-
YUV15.65161.49123.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.87%
GREEN value IS 7 (3.12% from 255) = 7.61%
BLUE value IS 75 (29.69% from 255) = 81.52%
R=10.87%
G=7.61%
B=81.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal107750.870.9100.71242.6582.9316.08
HexA74B575B047f35310
Octal127113127133010736312320
Binary10101111001011101011110110110100011111110011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,7,75); }

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

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

 a { background-color: rgb(10,7,75); }

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

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

 span { border-color: rgb(10,7,75); }

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