Html Css Color HEX #1F106C Midnight Blue

📋 copy color: '#1F106C'

red 31 ◦ green 16 ◦ blue 108

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

Shades of Midnight Blue #1F106C

Tints of Midnight Blue #1F106C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.32%

 BLUE value IS 108 (42.58% from 255) = 69.68%

R = 20%
G = 10.32%
B = 69.68%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1F106C (or 0x1F106C) is known color: Midnight Blue. HEX triplet: 1F, 10 and 6C. RGB value is (31,16,108). Sum of RGB (Red+Green+Blue) = 31+16+108=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 108 (42.58% from 255 or 69.68% from 155); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F106C is #E0EF93. Grayscale: #1E1E1E. Windows color (decimal): -14741396 or 7082015. OLE color: 7082015.

HSL color Cylindrical-coordinate representation of color #1F106C: hue angle of 249.78º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F106C is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 31 16 108 -
CMYK 0.71 0.85 0 0.58
HSL 249.78º 0.74% 0.24% -
HSV(B) 249.78º 0.85% 0.42% -
XYZ 3.46 1.74 14.34 -
YUV 30.97 171.47 128.02 -
System Red Green Blue C M Y K H S L
Decimal 31 16 108 0.71 0.85 0 0.58 249.78 0.74 0.24
Hex 1F 10 6C 47 55 0 3A FA 4A 18
Octal 37 20 154 107 125 0 72 372 112 30
Binary 11111 10000 1101100 1000111 1010101 0 111010 11111010 1001010 11000

Color Harmonies of #1F106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F106C

Black with #1F106C

Text Example


Text Example

White with #1F106C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,16,108); }

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

background-color css

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

 a { background-color: rgb(31,16,108); }

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

border-color css

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

 span { border-color: rgb(31,16,108); }

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