Html Css Color HEX #1F146D Midnight Blue

📋 copy color: '#1F146D'

red 31 ◦ green 20 ◦ blue 109

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

Shades of Midnight Blue #1F146D

Tints of Midnight Blue #1F146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.5%

 BLUE value IS 109 (42.97% from 255) = 68.13%

R = 19.38%
G = 12.5%
B = 68.13%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1F146D (or 0x1F146D) is known color: Midnight Blue. HEX triplet: 1F, 14 and 6D. RGB value is (31,20,109). Sum of RGB (Red+Green+Blue) = 31+20+109=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 109 (42.97% from 255 or 68.12% from 160); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F146D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F146D is #E0EB92. Grayscale: #212121. Windows color (decimal): -14740371 or 7148575. OLE color: 7148575.

HSL color Cylindrical-coordinate representation of color #1F146D: hue angle of 247.42º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F146D is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 31 20 109 -
CMYK 0.72 0.82 0 0.57
HSL 247.42º 0.69% 0.25% -
HSV(B) 247.42º 0.82% 0.43% -
XYZ 3.58 1.9 14.65 -
YUV 33.44 170.64 126.26 -
System Red Green Blue C M Y K H S L
Decimal 31 20 109 0.72 0.82 0 0.57 247.42 0.69 0.25
Hex 1F 14 6D 48 52 0 39 F7 45 19
Octal 37 24 155 110 122 0 71 367 105 31
Binary 11111 10100 1101101 1001000 1010010 0 111001 11110111 1000101 11001

Color Harmonies of #1F146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F146D

Black with #1F146D

Text Example


Text Example

White with #1F146D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,20,109); }

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

background-color css

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

 a { background-color: rgb(31,20,109); }

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

border-color css

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

 span { border-color: rgb(31,20,109); }

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