Html Css Color HEX #1F187C Midnight Blue

📋 copy color: '#1F187C'

red 31 ◦ green 24 ◦ blue 124

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

Shades of Midnight Blue #1F187C

Tints of Midnight Blue #1F187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.41%

 BLUE value IS 124 (48.83% from 255) = 69.27%

R = 17.32%
G = 13.41%
B = 69.27%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F187C (or 0x1F187C) is known color: Midnight Blue. HEX triplet: 1F, 18 and 7C. RGB value is (31,24,124). Sum of RGB (Red+Green+Blue) = 31+24+124=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F187C is #E0E783. Grayscale: #252525. Windows color (decimal): -14739332 or 8132639. OLE color: 8132639.

HSL color Cylindrical-coordinate representation of color #1F187C: hue angle of 244.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F187C is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 24 124 -
CMYK 0.75 0.81 0 0.51
HSL 244.2º 0.68% 0.29% -
HSV(B) 244.2º 0.81% 0.49% -
XYZ 4.53 2.4 19.29 -
YUV 37.49 176.82 123.37 -
System Red Green Blue C M Y K H S L
Decimal 31 24 124 0.75 0.81 0 0.51 244.2 0.68 0.29
Hex 1F 18 7C 4B 51 0 33 F4 44 1D
Octal 37 30 174 113 121 0 63 364 104 35
Binary 11111 11000 1111100 1001011 1010001 0 110011 11110100 1000100 11101

Color Harmonies of #1F187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F187C

Black with #1F187C

Text Example


Text Example

White with #1F187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,24,124); }

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

background-color css

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

 a { background-color: rgb(31,24,124); }

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

border-color css

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

 span { border-color: rgb(31,24,124); }

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