Html Css Color HEX #0A162F Midnight Express

📋 copy color: '#0A162F'

red 10 ◦ green 22 ◦ blue 47

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

Shades of Midnight Express #0A162F

Tints of Midnight Express #0A162F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 27.85%

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

R = 12.66%
G = 27.85%
B = 59.49%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0A162F (or 0x0A162F) is known color: Midnight Express. HEX triplet: 0A, 16 and 2F. RGB value is (10,22,47). Sum of RGB (Red+Green+Blue) = 10+22+47=79 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.66% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 47 (18.75% from 255 or 59.49% from 79); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A162F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A162F is #F5E9D0. Grayscale: #151515. Windows color (decimal): -16116177 or 3085834. OLE color: 3085834.

HSL color Cylindrical-coordinate representation of color #0A162F: hue angle of 220.54º 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 #0A162F is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 10 22 47 -
CMYK 0.79 0.53 0 0.82
HSL 220.54º 0.65% 0.11% -
HSV(B) 220.54º 0.79% 0.18% -
XYZ 0.93 0.84 2.8 -
YUV 21.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 10 22 47 0.79 0.53 0 0.82 220.54 0.65 0.11
Hex A 16 2F 4F 35 0 52 DD 41 B
Octal 12 26 57 117 65 0 122 335 101 13
Binary 1010 10110 101111 1001111 110101 0 1010010 11011101 1000001 1011

Color Harmonies of #0A162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A162F

Black with #0A162F

Text Example


Text Example

White with #0A162F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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