Html Css Color HEX #1A244B Midnight Express

📋 copy color: '#1A244B'

red 26 ◦ green 36 ◦ blue 75

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

Shades of Midnight Express #1A244B

Tints of Midnight Express #1A244B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.28%

 BLUE value IS 75 (29.69% from 255) = 54.74%

R = 18.98%
G = 26.28%
B = 54.74%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1A244B (or 0x1A244B) is known color: Midnight Express. HEX triplet: 1A, 24 and 4B. RGB value is (26,36,75). Sum of RGB (Red+Green+Blue) = 26+36+75=137 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.98% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #1A244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A244B is #E5DBB4. Grayscale: #252525. Windows color (decimal): -15063989 or 4924442. OLE color: 4924442.

HSL color Cylindrical-coordinate representation of color #1A244B: hue angle of 227.76º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A244B is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 26 36 75 -
CMYK 0.65 0.52 0 0.71
HSL 227.76º 0.49% 0.2% -
HSV(B) 227.76º 0.65% 0.29% -
XYZ 2.33 1.99 6.92 -
YUV 37.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 26 36 75 0.65 0.52 0 0.71 227.76 0.49 0.2
Hex 1A 24 4B 41 34 0 47 E4 31 14
Octal 32 44 113 101 64 0 107 344 61 24
Binary 11010 100100 1001011 1000001 110100 0 1000111 11100100 110001 10100

Color Harmonies of #1A244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A244B

Black with #1A244B

Text Example


Text Example

White with #1A244B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,36,75); }

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

background-color css

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

 a { background-color: rgb(26,36,75); }

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

border-color css

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

 span { border-color: rgb(26,36,75); }

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