Html Css Color HEX #1F126B Midnight Blue

📋 copy color: '#1F126B'

red 31 ◦ green 18 ◦ blue 107

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

Shades of Midnight Blue #1F126B

Tints of Midnight Blue #1F126B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.54%

 BLUE value IS 107 (42.19% from 255) = 68.59%

R = 19.87%
G = 11.54%
B = 68.59%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1F126B (or 0x1F126B) is known color: Midnight Blue. HEX triplet: 1F, 12 and 6B. RGB value is (31,18,107). Sum of RGB (Red+Green+Blue) = 31+18+107=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 107 (42.19% from 255 or 68.59% from 156); Max value from RGB is 107 - color contains mainly: blue. Hex color #1F126B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F126B is #E0ED94. Grayscale: #1F1F1F. Windows color (decimal): -14740885 or 7016991. OLE color: 7016991.

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

Color convert

RGB 31 18 107 -
CMYK 0.71 0.83 0 0.58
HSL 248.76º 0.71% 0.25% -
HSV(B) 248.76º 0.83% 0.42% -
XYZ 3.44 1.79 14.07 -
YUV 32.03 170.31 127.26 -
System Red Green Blue C M Y K H S L
Decimal 31 18 107 0.71 0.83 0 0.58 248.76 0.71 0.25
Hex 1F 12 6B 47 53 0 3A F9 47 19
Octal 37 22 153 107 123 0 72 371 107 31
Binary 11111 10010 1101011 1000111 1010011 0 111010 11111001 1000111 11001

Color Harmonies of #1F126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F126B

Black with #1F126B

Text Example


Text Example

White with #1F126B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,18,107); }

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

background-color css

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

 a { background-color: rgb(31,18,107); }

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

border-color css

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

 span { border-color: rgb(31,18,107); }

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