Html Css Color HEX #0A1130 Midnight Express

📋 copy color: '#0A1130'

red 10 ◦ green 17 ◦ blue 48

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

Shades of Midnight Express #0A1130

Tints of Midnight Express #0A1130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.67%

 BLUE value IS 48 (19.14% from 255) = 64%

R = 13.33%
G = 22.67%
B = 64%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0A1130 (or 0x0A1130) is known color: Midnight Express. HEX triplet: 0A, 11 and 30. RGB value is (10,17,48). Sum of RGB (Red+Green+Blue) = 10+17+48=75 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.33% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #0A1130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1130 is #F5EECF. Grayscale: #121212. Windows color (decimal): -16117456 or 3150090. OLE color: 3150090.

HSL color Cylindrical-coordinate representation of color #0A1130: hue angle of 228.95º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A1130 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 10 17 48 -
CMYK 0.79 0.65 0 0.81
HSL 228.95º 0.66% 0.11% -
HSV(B) 228.95º 0.79% 0.19% -
XYZ 0.86 0.68 2.88 -
YUV 18.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 10 17 48 0.79 0.65 0 0.81 228.95 0.66 0.11
Hex A 11 30 4F 41 0 51 E5 42 B
Octal 12 21 60 117 101 0 121 345 102 13
Binary 1010 10001 110000 1001111 1000001 0 1010001 11100101 1000010 1011

Color Harmonies of #0A1130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1130

Black with #0A1130

Text Example


Text Example

White with #0A1130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,17,48); }

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

background-color css

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

 a { background-color: rgb(10,17,48); }

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

border-color css

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

 span { border-color: rgb(10,17,48); }

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