Html Css Color HEX #1F1C74 Midnight Blue

📋 copy color: '#1F1C74'

red 31 ◦ green 28 ◦ blue 116

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

Shades of Midnight Blue #1F1C74

Tints of Midnight Blue #1F1C74

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16%

 BLUE value IS 116 (45.7% from 255) = 66.29%

R = 17.71%
G = 16%
B = 66.29%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1F1C74 (or 0x1F1C74) is known color: Midnight Blue. HEX triplet: 1F, 1C and 74. RGB value is (31,28,116). Sum of RGB (Red+Green+Blue) = 31+28+116=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 116 (45.70% from 255 or 66.29% from 175); Max value from RGB is 116 - color contains mainly: blue. Hex color #1F1C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F1C74 is #E0E38B. Grayscale: #262626. Windows color (decimal): -14738316 or 7609375. OLE color: 7609375.

HSL color Cylindrical-coordinate representation of color #1F1C74: hue angle of 242.05º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F1C74 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 28 116 -
CMYK 0.73 0.76 0 0.55
HSL 242.05º 0.61% 0.28% -
HSV(B) 242.05º 0.76% 0.45% -
XYZ 4.13 2.38 16.77 -
YUV 38.93 171.49 122.34 -
System Red Green Blue C M Y K H S L
Decimal 31 28 116 0.73 0.76 0 0.55 242.05 0.61 0.28
Hex 1F 1C 74 49 4C 0 37 F2 3D 1C
Octal 37 34 164 111 114 0 67 362 75 34
Binary 11111 11100 1110100 1001001 1001100 0 110111 11110010 111101 11100

Color Harmonies of #1F1C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1C74

Black with #1F1C74

Text Example


Text Example

White with #1F1C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,28,116); }

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

background-color css

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

 a { background-color: rgb(31,28,116); }

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

border-color css

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

 span { border-color: rgb(31,28,116); }

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