Html Css Color HEX #0A173E Midnight Express

📋 copy color: '#0A173E'

red 10 ◦ green 23 ◦ blue 62

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

Shades of Midnight Express #0A173E

Tints of Midnight Express #0A173E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 65.26%

R = 10.53%
G = 24.21%
B = 65.26%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A173E (or 0x0A173E) is known color: Midnight Express. HEX triplet: 0A, 17 and 3E. RGB value is (10,23,62). Sum of RGB (Red+Green+Blue) = 10+23+62=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 62 (24.61% from 255 or 65.26% from 95); Max value from RGB is 62 - color contains mainly: blue. Hex color #0A173E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A173E is #F5E8C1. Grayscale: #171717. Windows color (decimal): -16115906 or 4069130. OLE color: 4069130.

HSL color Cylindrical-coordinate representation of color #0A173E: hue angle of 225º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A173E is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 10 23 62 -
CMYK 0.84 0.63 0 0.76
HSL 225º 0.72% 0.14% -
HSV(B) 225º 0.84% 0.24% -
XYZ 1.3 1.03 4.69 -
YUV 23.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 10 23 62 0.84 0.63 0 0.76 225 0.72 0.14
Hex A 17 3E 54 3F 0 4C E1 48 E
Octal 12 27 76 124 77 0 114 341 110 16
Binary 1010 10111 111110 1010100 111111 0 1001100 11100001 1001000 1110

Color Harmonies of #0A173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A173E

Black with #0A173E

Text Example


Text Example

White with #0A173E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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