Html Css Color HEX #0A0960 Midnight Blue

📋 copy color: '#0A0960'

red 10 ◦ green 9 ◦ blue 96

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

Shades of Midnight Blue #0A0960

Tints of Midnight Blue #0A0960

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.83%

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

R = 8.7%
G = 7.83%
B = 83.48%

CMYK

 C value IS 0.90

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0A0960 (or 0x0A0960) is known color: Midnight Blue. HEX triplet: 0A, 09 and 60. RGB value is (10,9,96). Sum of RGB (Red+Green+Blue) = 10+9+96=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 96 (37.89% from 255 or 83.48% from 115); Max value from RGB is 96 - color contains mainly: blue. Hex color #0A0960 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0960 is #F5F69F. Grayscale: #121212. Windows color (decimal): -16119456 or 6293770. OLE color: 6293770.

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

Color convert

RGB 10 9 96 -
CMYK 0.90 0.91 0 0.62
HSL 240.69º 0.83% 0.21% -
HSV(B) 240.69º 0.91% 0.38% -
XYZ 2.33 1.1 11.16 -
YUV 19.22 171.33 121.43 -
System Red Green Blue C M Y K H S L
Decimal 10 9 96 0.90 0.91 0 0.62 240.69 0.83 0.21
Hex A 9 60 5A 5B 0 3E F1 53 15
Octal 12 11 140 132 133 0 76 361 123 25
Binary 1010 1001 1100000 1011010 1011011 0 111110 11110001 1010011 10101

Color Harmonies of #0A0960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0960

Black with #0A0960

Text Example


Text Example

White with #0A0960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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