Html Css Color HEX #0A0939 Midnight Express

📋 copy color: '#0A0939'

red 10 ◦ green 9 ◦ blue 57

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

Shades of Midnight Express #0A0939

Tints of Midnight Express #0A0939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 75%

R = 13.16%
G = 11.84%
B = 75%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0A0939 (or 0x0A0939) is known color: Midnight Express. HEX triplet: 0A, 09 and 39. RGB value is (10,9,57). Sum of RGB (Red+Green+Blue) = 10+9+57=76 (10% of max value = 765). Red value is 10 (4.30% from 255 or 13.16% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 57 (22.66% from 255 or 75% from 76); Max value from RGB is 57 - color contains mainly: blue. Hex color #0A0939 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0939 is #F5F6C6. Grayscale: #0E0E0E. Windows color (decimal): -16119495 or 3737866. OLE color: 3737866.

HSL color Cylindrical-coordinate representation of color #0A0939: hue angle of 241.25º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A0939 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 10 9 57 -
CMYK 0.82 0.84 0 0.78
HSL 241.25º 0.73% 0.13% -
HSV(B) 241.25º 0.84% 0.22% -
XYZ 0.96 0.56 3.93 -
YUV 14.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 10 9 57 0.82 0.84 0 0.78 241.25 0.73 0.13
Hex A 9 39 52 54 0 4E F1 49 D
Octal 12 11 71 122 124 0 116 361 111 15
Binary 1010 1001 111001 1010010 1010100 0 1001110 11110001 1001001 1101

Color Harmonies of #0A0939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0939

Black with #0A0939

Text Example


Text Example

White with #0A0939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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