Html Css Color HEX #0A173B Midnight Express

📋 copy color: '#0A173B'

red 10 ◦ green 23 ◦ blue 59

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

Shades of Midnight Express #0A173B

Tints of Midnight Express #0A173B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 25%

 BLUE value IS 59 (23.44% from 255) = 64.13%

R = 10.87%
G = 25%
B = 64.13%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0A173B (or 0x0A173B) is known color: Midnight Express. HEX triplet: 0A, 17 and 3B. RGB value is (10,23,59). Sum of RGB (Red+Green+Blue) = 10+23+59=92 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.87% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 59 (23.44% from 255 or 64.13% from 92); Max value from RGB is 59 - color contains mainly: blue. Hex color #0A173B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A173B is #F5E8C4. Grayscale: #171717. Windows color (decimal): -16115909 or 3872522. OLE color: 3872522.

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

Color convert

RGB 10 23 59 -
CMYK 0.83 0.61 0 0.77
HSL 224.08º 0.71% 0.14% -
HSV(B) 224.08º 0.83% 0.23% -
XYZ 1.22 0.99 4.27 -
YUV 23.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 10 23 59 0.83 0.61 0 0.77 224.08 0.71 0.14
Hex A 17 3B 53 3D 0 4D E0 47 E
Octal 12 27 73 123 75 0 115 340 107 16
Binary 1010 10111 111011 1010011 111101 0 1001101 11100000 1000111 1110

Color Harmonies of #0A173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A173B

Black with #0A173B

Text Example


Text Example

White with #0A173B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,23,59); }

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

background-color css

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

 a { background-color: rgb(10,23,59); }

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

border-color css

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

 span { border-color: rgb(10,23,59); }

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