Html Css Color HEX #19274B Midnight Express

📋 copy color: '#19274B'

red 25 ◦ green 39 ◦ blue 75

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

Shades of Midnight Express #19274B

Tints of Midnight Express #19274B

RGB

 RED value IS 25 (10.16% from 255) = 17.99%

 GREEN value IS 39 (15.63% from 255) = 28.06%

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

R = 17.99%
G = 28.06%
B = 53.96%

CMYK

 C value IS 0.67

 M value IS 0.48

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#19274B (or 0x19274B) is known color: Midnight Express. HEX triplet: 19, 27 and 4B. RGB value is (25,39,75). Sum of RGB (Red+Green+Blue) = 25+39+75=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #19274B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19274B is #E6D8B4. Grayscale: #262626. Windows color (decimal): -15128757 or 4925209. OLE color: 4925209.

HSL color Cylindrical-coordinate representation of color #19274B: hue angle of 223.2º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19274B is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 25 39 75 -
CMYK 0.67 0.48 0 0.71
HSL 223.2º 0.5% 0.2% -
HSV(B) 223.2º 0.67% 0.29% -
XYZ 2.4 2.17 6.95 -
YUV 38.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 25 39 75 0.67 0.48 0 0.71 223.2 0.5 0.2
Hex 19 27 4B 43 30 0 47 DF 32 14
Octal 31 47 113 103 60 0 107 337 62 24
Binary 11001 100111 1001011 1000011 110000 0 1000111 11011111 110010 10100

Color Harmonies of #19274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19274B

Black with #19274B

Text Example


Text Example

White with #19274B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19274B; }

 p { color: rgb(25,39,75); }

 H1.HeaderClassName
 {
   color: #19274B;
 }
 .AnyTagClassName
 {
   color: #19274B;
 }
</style>

background-color css

<style>
 a { background-color: #19274B; }

 a { background-color: rgb(25,39,75); }

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

border-color css

<style>
 span { border-color: #19274B; }

 span { border-color: rgb(25,39,75); }

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