Html Css Color HEX #1F2587 Midnight Blue

📋 copy color: '#1F2587'

red 31 ◦ green 37 ◦ blue 135

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

Shades of Midnight Blue #1F2587

Tints of Midnight Blue #1F2587

RGB

 RED value IS 31 (12.5% from 255) = 15.27%

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

 BLUE value IS 135 (53.13% from 255) = 66.5%

R = 15.27%
G = 18.23%
B = 66.5%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1F2587 (or 0x1F2587) is known color: Midnight Blue. HEX triplet: 1F, 25 and 87. RGB value is (31,37,135). Sum of RGB (Red+Green+Blue) = 31+37+135=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 135 (53.12% from 255 or 66.50% from 203); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F2587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2587 is #E0DA78. Grayscale: #2D2D2D. Windows color (decimal): -14735993 or 8856863. OLE color: 8856863.

HSL color Cylindrical-coordinate representation of color #1F2587: hue angle of 236.54º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F2587 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 31 37 135 -
CMYK 0.77 0.73 0 0.47
HSL 236.54º 0.63% 0.33% -
HSV(B) 236.54º 0.77% 0.53% -
XYZ 5.6 3.36 23.28 -
YUV 46.38 178.01 117.03 -
System Red Green Blue C M Y K H S L
Decimal 31 37 135 0.77 0.73 0 0.47 236.54 0.63 0.33
Hex 1F 25 87 4D 49 0 2F ED 3F 21
Octal 37 45 207 115 111 0 57 355 77 41
Binary 11111 100101 10000111 1001101 1001001 0 101111 11101101 111111 100001

Color Harmonies of #1F2587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2587

Black with #1F2587

Text Example


Text Example

White with #1F2587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,37,135); }

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

background-color css

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

 a { background-color: rgb(31,37,135); }

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

border-color css

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

 span { border-color: rgb(31,37,135); }

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