Html Css Color HEX #1A213F Midnight Express

📋 copy color: '#1A213F'

red 26 ◦ green 33 ◦ blue 63

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

Shades of Midnight Express #1A213F

Tints of Midnight Express #1A213F

RGB

 RED value IS 26 (10.55% from 255) = 21.31%

 GREEN value IS 33 (13.28% from 255) = 27.05%

 BLUE value IS 63 (25% from 255) = 51.64%

R = 21.31%
G = 27.05%
B = 51.64%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1A213F (or 0x1A213F) is known color: Midnight Express. HEX triplet: 1A, 21 and 3F. RGB value is (26,33,63). Sum of RGB (Red+Green+Blue) = 26+33+63=122 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.31% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #1A213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A213F is #E5DEC0. Grayscale: #222222. Windows color (decimal): -15064769 or 4137242. OLE color: 4137242.

HSL color Cylindrical-coordinate representation of color #1A213F: hue angle of 228.65º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A213F is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 26 33 63 -
CMYK 0.59 0.48 0 0.75
HSL 228.65º 0.42% 0.17% -
HSV(B) 228.65º 0.59% 0.25% -
XYZ 1.87 1.67 4.93 -
YUV 34.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 26 33 63 0.59 0.48 0 0.75 228.65 0.42 0.17
Hex 1A 21 3F 3B 30 0 4B E5 2A 11
Octal 32 41 77 73 60 0 113 345 52 21
Binary 11010 100001 111111 111011 110000 0 1001011 11100101 101010 10001

Color Harmonies of #1A213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A213F

Black with #1A213F

Text Example


Text Example

White with #1A213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A213F; }

 p { color: rgb(26,33,63); }

 H1.HeaderClassName
 {
   color: #1A213F;
 }
 .AnyTagClassName
 {
   color: #1A213F;
 }
</style>

background-color css

<style>
 a { background-color: #1A213F; }

 a { background-color: rgb(26,33,63); }

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

border-color css

<style>
 span { border-color: #1A213F; }

 span { border-color: rgb(26,33,63); }

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