Html Css Color HEX #0A0D36 Midnight Express

📋 copy color: '#0A0D36'

red 10 ◦ green 13 ◦ blue 54

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

Shades of Midnight Express #0A0D36

Tints of Midnight Express #0A0D36

RGB

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

 GREEN value IS 13 (5.47% from 255) = 16.88%

 BLUE value IS 54 (21.48% from 255) = 70.13%

R = 12.99%
G = 16.88%
B = 70.13%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0A0D36 (or 0x0A0D36) is known color: Midnight Express. HEX triplet: 0A, 0D and 36. RGB value is (10,13,54). Sum of RGB (Red+Green+Blue) = 10+13+54=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 54 (21.48% from 255 or 70.13% from 77); Max value from RGB is 54 - color contains mainly: blue. Hex color #0A0D36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0D36 is #F5F2C9. Grayscale: #101010. Windows color (decimal): -16118474 or 3542282. OLE color: 3542282.

HSL color Cylindrical-coordinate representation of color #0A0D36: hue angle of 235.91º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A0D36 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 10 13 54 -
CMYK 0.81 0.76 0 0.79
HSL 235.91º 0.69% 0.13% -
HSV(B) 235.91º 0.81% 0.21% -
XYZ 0.93 0.62 3.56 -
YUV 16.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 10 13 54 0.81 0.76 0 0.79 235.91 0.69 0.13
Hex A D 36 51 4C 0 4F EC 45 D
Octal 12 15 66 121 114 0 117 354 105 15
Binary 1010 1101 110110 1010001 1001100 0 1001111 11101100 1000101 1101

Color Harmonies of #0A0D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0D36

Black with #0A0D36

Text Example


Text Example

White with #0A0D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,13,54); }

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

background-color css

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

 a { background-color: rgb(10,13,54); }

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

border-color css

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

 span { border-color: rgb(10,13,54); }

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