Html Css Color HEX #0A0935 Midnight Express

📋 copy color: '#0A0935'

red 10 ◦ green 9 ◦ blue 53

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

Shades of Midnight Express #0A0935

Tints of Midnight Express #0A0935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 73.61%

R = 13.89%
G = 12.5%
B = 73.61%

CMYK

 C value IS 0.81

 M value IS 0.83

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0A0935 (or 0x0A0935) is known color: Midnight Express. HEX triplet: 0A, 09 and 35. RGB value is (10,9,53). Sum of RGB (Red+Green+Blue) = 10+9+53=72 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.89% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 53 (21.09% from 255 or 73.61% from 72); Max value from RGB is 53 - color contains mainly: blue. Hex color #0A0935 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0935 is #F5F6CA. Grayscale: #0E0E0E. Windows color (decimal): -16119499 or 3475722. OLE color: 3475722.

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

Color convert

RGB 10 9 53 -
CMYK 0.81 0.83 0 0.79
HSL 241.36º 0.71% 0.12% -
HSV(B) 241.36º 0.83% 0.21% -
XYZ 0.87 0.52 3.42 -
YUV 14.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 10 9 53 0.81 0.83 0 0.79 241.36 0.71 0.12
Hex A 9 35 51 53 0 4F F1 47 C
Octal 12 11 65 121 123 0 117 361 107 14
Binary 1010 1001 110101 1010001 1010011 0 1001111 11110001 1000111 1100

Color Harmonies of #0A0935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0935

Black with #0A0935

Text Example


Text Example

White with #0A0935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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