Html Css Color HEX #0A0155 Midnight Blue

📋 copy color: '#0A0155'

red 10 ◦ green 1 ◦ blue 85

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

Shades of Midnight Blue #0A0155

Tints of Midnight Blue #0A0155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 88.54%

R = 10.42%
G = 1.04%
B = 88.54%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0A0155 (or 0x0A0155) is known color: Midnight Blue. HEX triplet: 0A, 01 and 55. RGB value is (10,1,85). Sum of RGB (Red+Green+Blue) = 10+1+85=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 85 (33.59% from 255 or 88.54% from 96); Max value from RGB is 85 - color contains mainly: blue. Hex color #0A0155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0155 is #F5FEAA. Grayscale: #0C0C0C. Windows color (decimal): -16121515 or 5570826. OLE color: 5570826.

HSL color Cylindrical-coordinate representation of color #0A0155: hue angle of 246.43º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A0155 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 1 85 -
CMYK 0.88 0.99 0 0.67
HSL 246.43º 0.98% 0.17% -
HSV(B) 246.43º 0.99% 0.33% -
XYZ 1.78 0.74 8.64 -
YUV 13.27 168.48 125.67 -
System Red Green Blue C M Y K H S L
Decimal 10 1 85 0.88 0.99 0 0.67 246.43 0.98 0.17
Hex A 1 55 58 63 0 43 F6 62 11
Octal 12 1 125 130 143 0 103 366 142 21
Binary 1010 1 1010101 1011000 1100011 0 1000011 11110110 1100010 10001

Color Harmonies of #0A0155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0155

Black with #0A0155

Text Example


Text Example

White with #0A0155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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