Html Css Color HEX #0A163A Midnight Express

📋 copy color: '#0A163A'

red 10 ◦ green 22 ◦ blue 58

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

Shades of Midnight Express #0A163A

Tints of Midnight Express #0A163A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 64.44%

R = 11.11%
G = 24.44%
B = 64.44%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0A163A (or 0x0A163A) is known color: Midnight Express. HEX triplet: 0A, 16 and 3A. RGB value is (10,22,58). Sum of RGB (Red+Green+Blue) = 10+22+58=90 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.11% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 58 (23.05% from 255 or 64.44% from 90); Max value from RGB is 58 - color contains mainly: blue. Hex color #0A163A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A163A is #F5E9C5. Grayscale: #161616. Windows color (decimal): -16116166 or 3806730. OLE color: 3806730.

HSL color Cylindrical-coordinate representation of color #0A163A: hue angle of 225º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A163A is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 10 22 58 -
CMYK 0.83 0.62 0 0.77
HSL 225º 0.71% 0.13% -
HSV(B) 225º 0.83% 0.23% -
XYZ 1.18 0.94 4.12 -
YUV 22.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 10 22 58 0.83 0.62 0 0.77 225 0.71 0.13
Hex A 16 3A 53 3E 0 4D E1 47 D
Octal 12 26 72 123 76 0 115 341 107 15
Binary 1010 10110 111010 1010011 111110 0 1001101 11100001 1000111 1101

Color Harmonies of #0A163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A163A

Black with #0A163A

Text Example


Text Example

White with #0A163A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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