Html Css Color HEX #1F2585 Midnight Blue

📋 copy color: '#1F2585'

red 31 ◦ green 37 ◦ blue 133

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

Shades of Midnight Blue #1F2585

Tints of Midnight Blue #1F2585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 66.17%

R = 15.42%
G = 18.41%
B = 66.17%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1F2585 (or 0x1F2585) is known color: Midnight Blue. HEX triplet: 1F, 25 and 85. RGB value is (31,37,133). Sum of RGB (Red+Green+Blue) = 31+37+133=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F2585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2585 is #E0DA7A. Grayscale: #2D2D2D. Windows color (decimal): -14735995 or 8725791. OLE color: 8725791.

HSL color Cylindrical-coordinate representation of color #1F2585: hue angle of 236.47º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F2585 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 31 37 133 -
CMYK 0.77 0.72 0 0.48
HSL 236.47º 0.62% 0.32% -
HSV(B) 236.47º 0.77% 0.52% -
XYZ 5.46 3.31 22.54 -
YUV 46.15 177.01 117.19 -
System Red Green Blue C M Y K H S L
Decimal 31 37 133 0.77 0.72 0 0.48 236.47 0.62 0.32
Hex 1F 25 85 4D 48 0 30 EC 3E 20
Octal 37 45 205 115 110 0 60 354 76 40
Binary 11111 100101 10000101 1001101 1001000 0 110000 11101100 111110 100000

Color Harmonies of #1F2585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2585

Black with #1F2585

Text Example


Text Example

White with #1F2585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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