Html Css Color HEX #0A0060 Midnight Blue

📋 copy color: '#0A0060'

red 10 ◦ green 0 ◦ blue 96

#0A0060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #0A0060

Tints of Midnight Blue #0A0060

RGB

 RED value IS 10 (4.3% from 255) = 9.43%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 96 (37.89% from 255) = 90.57%

R = 9.43%
G = 0%
B = 90.57%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0A0060 (or 0x0A0060) is known color: Midnight Blue. HEX triplet: 0A, 00 and 60. RGB value is (10,0,96). Sum of RGB (Red+Green+Blue) = 10+0+96=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 96 (37.89% from 255 or 90.57% from 106); Max value from RGB is 96 - color contains mainly: blue. Hex color #0A0060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0060 is #F5FF9F. Grayscale: #0D0D0D. Windows color (decimal): -16121760 or 6291466. OLE color: 6291466.

HSL color Cylindrical-coordinate representation of color #0A0060: hue angle of 246.25º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0060 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 0 96 -
CMYK 0.90 1 0 0.62
HSL 246.25º 1% 0.19% -
HSV(B) 246.25º 1% 0.38% -
XYZ 2.24 0.91 11.12 -
YUV 13.93 174.31 125.19 -
System Red Green Blue C M Y K H S L
Decimal 10 0 96 0.90 1 0 0.62 246.25 1 0.19
Hex A 0 60 5A 64 0 3E F6 64 13
Octal 12 0 140 132 144 0 76 366 144 23
Binary 1010 0 1100000 1011010 1100100 0 111110 11110110 1100100 10011

Color Harmonies of #0A0060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0060

Black with #0A0060

Text Example


Text Example

White with #0A0060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,0,96); }

 H1.HeaderClassName
 {
   color: #0A0060;
 }
 .AnyTagClassName
 {
   color: #0A0060;
 }
</style>

background-color css

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

 a { background-color: rgb(10,0,96); }

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

border-color css

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

 span { border-color: rgb(10,0,96); }

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