Html Css Color HEX #12173E Midnight Express

📋 copy color: '#12173E'

red 18 ◦ green 23 ◦ blue 62

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

Shades of Midnight Express #12173E

Tints of Midnight Express #12173E

RGB

 RED value IS 18 (7.42% from 255) = 17.48%

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

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

R = 17.48%
G = 22.33%
B = 60.19%

CMYK

 C value IS 0.71

 M value IS 0.63

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#12173E (or 0x12173E) is known color: Midnight Express. HEX triplet: 12, 17 and 3E. RGB value is (18,23,62). Sum of RGB (Red+Green+Blue) = 18+23+62=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 62 (24.61% from 255 or 60.19% from 103); Max value from RGB is 62 - color contains mainly: blue. Hex color #12173E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12173E is #EDE8C1. Grayscale: #191919. Windows color (decimal): -15591618 or 4069138. OLE color: 4069138.

HSL color Cylindrical-coordinate representation of color #12173E: hue angle of 233.18º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12173E is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 23 62 -
CMYK 0.71 0.63 0 0.76
HSL 233.18º 0.55% 0.16% -
HSV(B) 233.18º 0.71% 0.24% -
XYZ 1.43 1.09 4.69 -
YUV 25.95 148.34 122.33 -
System Red Green Blue C M Y K H S L
Decimal 18 23 62 0.71 0.63 0 0.76 233.18 0.55 0.16
Hex 12 17 3E 47 3F 0 4C E9 37 10
Octal 22 27 76 107 77 0 114 351 67 20
Binary 10010 10111 111110 1000111 111111 0 1001100 11101001 110111 10000

Color Harmonies of #12173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12173E

Black with #12173E

Text Example


Text Example

White with #12173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12173E; }

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

 H1.HeaderClassName
 {
   color: #12173E;
 }
 .AnyTagClassName
 {
   color: #12173E;
 }
</style>

background-color css

<style>
 a { background-color: #12173E; }

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

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

border-color css

<style>
 span { border-color: #12173E; }

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

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