Html Css Color HEX #0A0150 Midnight Blue

📋 copy color: '#0A0150'

red 10 ◦ green 1 ◦ blue 80

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

Shades of Midnight Blue #0A0150

Tints of Midnight Blue #0A0150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.1%

 BLUE value IS 80 (31.64% from 255) = 87.91%

R = 10.99%
G = 1.1%
B = 87.91%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0A0150 (or 0x0A0150) is known color: Midnight Blue. HEX triplet: 0A, 01 and 50. RGB value is (10,1,80). Sum of RGB (Red+Green+Blue) = 10+1+80=91 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.99% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 80 (31.64% from 255 or 87.91% from 91); Max value from RGB is 80 - color contains mainly: blue. Hex color #0A0150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0150 is #F5FEAF. Grayscale: #0C0C0C. Windows color (decimal): -16121520 or 5243146. OLE color: 5243146.

HSL color Cylindrical-coordinate representation of color #0A0150: hue angle of 246.84º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A0150 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 10 1 80 -
CMYK 0.87 0.99 0 0.69
HSL 246.84º 0.98% 0.16% -
HSV(B) 246.84º 0.99% 0.31% -
XYZ 1.58 0.67 7.63 -
YUV 12.7 165.98 126.08 -
System Red Green Blue C M Y K H S L
Decimal 10 1 80 0.87 0.99 0 0.69 246.84 0.98 0.16
Hex A 1 50 57 63 0 45 F7 62 10
Octal 12 1 120 127 143 0 105 367 142 20
Binary 1010 1 1010000 1010111 1100011 0 1000101 11110111 1100010 10000

Color Harmonies of #0A0150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0150

Black with #0A0150

Text Example


Text Example

White with #0A0150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,1,80); }

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

background-color css

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

 a { background-color: rgb(10,1,80); }

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

border-color css

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

 span { border-color: rgb(10,1,80); }

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