Html Css Color HEX #0A182F Midnight Express

📋 copy color: '#0A182F'

red 10 ◦ green 24 ◦ blue 47

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

Shades of Midnight Express #0A182F

Tints of Midnight Express #0A182F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 58.02%

R = 12.35%
G = 29.63%
B = 58.02%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0A182F (or 0x0A182F) is known color: Midnight Express. HEX triplet: 0A, 18 and 2F. RGB value is (10,24,47). Sum of RGB (Red+Green+Blue) = 10+24+47=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A182F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A182F is #F5E7D0. Grayscale: #161616. Windows color (decimal): -16115665 or 3086346. OLE color: 3086346.

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

Color convert

RGB 10 24 47 -
CMYK 0.79 0.49 0 0.82
HSL 217.3º 0.65% 0.11% -
HSV(B) 217.3º 0.79% 0.18% -
XYZ 0.96 0.92 2.82 -
YUV 22.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 10 24 47 0.79 0.49 0 0.82 217.3 0.65 0.11
Hex A 18 2F 4F 31 0 52 D9 41 B
Octal 12 30 57 117 61 0 122 331 101 13
Binary 1010 11000 101111 1001111 110001 0 1010010 11011001 1000001 1011

Color Harmonies of #0A182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A182F

Black with #0A182F

Text Example


Text Example

White with #0A182F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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