Html Css Color HEX #1B254A Midnight Express

📋 copy color: '#1B254A'

red 27 ◦ green 37 ◦ blue 74

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

Shades of Midnight Express #1B254A

Tints of Midnight Express #1B254A

RGB

 RED value IS 27 (10.94% from 255) = 19.57%

 GREEN value IS 37 (14.84% from 255) = 26.81%

 BLUE value IS 74 (29.3% from 255) = 53.62%

R = 19.57%
G = 26.81%
B = 53.62%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1B254A (or 0x1B254A) is known color: Midnight Express. HEX triplet: 1B, 25 and 4A. RGB value is (27,37,74). Sum of RGB (Red+Green+Blue) = 27+37+74=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 74 (29.30% from 255 or 53.62% from 138); Max value from RGB is 74 - color contains mainly: blue. Hex color #1B254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B254A is #E4DAB5. Grayscale: #262626. Windows color (decimal): -14998198 or 4859163. OLE color: 4859163.

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

Color convert

RGB 27 37 74 -
CMYK 0.64 0.50 0 0.71
HSL 227.23º 0.47% 0.2% -
HSV(B) 227.23º 0.64% 0.29% -
XYZ 2.35 2.05 6.75 -
YUV 38.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 27 37 74 0.64 0.50 0 0.71 227.23 0.47 0.2
Hex 1B 25 4A 40 32 0 47 E3 2F 14
Octal 33 45 112 100 62 0 107 343 57 24
Binary 11011 100101 1001010 1000000 110010 0 1000111 11100011 101111 10100

Color Harmonies of #1B254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B254A

Black with #1B254A

Text Example


Text Example

White with #1B254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,37,74); }

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

background-color css

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

 a { background-color: rgb(27,37,74); }

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

border-color css

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

 span { border-color: rgb(27,37,74); }

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