Html Css Color HEX #0A1834 Midnight Express

📋 copy color: '#0A1834'

red 10 ◦ green 24 ◦ blue 52

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

Shades of Midnight Express #0A1834

Tints of Midnight Express #0A1834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 27.91%

 BLUE value IS 52 (20.7% from 255) = 60.47%

R = 11.63%
G = 27.91%
B = 60.47%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0A1834 (or 0x0A1834) is known color: Midnight Express. HEX triplet: 0A, 18 and 34. RGB value is (10,24,52). Sum of RGB (Red+Green+Blue) = 10+24+52=86 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.63% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 52 (20.70% from 255 or 60.47% from 86); Max value from RGB is 52 - color contains mainly: blue. Hex color #0A1834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1834 is #F5E7CB. Grayscale: #161616. Windows color (decimal): -16115660 or 3414026. OLE color: 3414026.

HSL color Cylindrical-coordinate representation of color #0A1834: hue angle of 220º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A1834 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 10 24 52 -
CMYK 0.81 0.54 0 0.80
HSL 220º 0.68% 0.12% -
HSV(B) 220º 0.81% 0.2% -
XYZ 1.07 0.97 3.38 -
YUV 23.01 144.36 118.72 -
System Red Green Blue C M Y K H S L
Decimal 10 24 52 0.81 0.54 0 0.80 220 0.68 0.12
Hex A 18 34 51 36 0 50 DC 44 C
Octal 12 30 64 121 66 0 120 334 104 14
Binary 1010 11000 110100 1010001 110110 0 1010000 11011100 1000100 1100

Color Harmonies of #0A1834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1834

Black with #0A1834

Text Example


Text Example

White with #0A1834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,24,52); }

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

background-color css

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

 a { background-color: rgb(10,24,52); }

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

border-color css

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

 span { border-color: rgb(10,24,52); }

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