Html Css Color HEX #1F196C Midnight Blue

📋 copy color: '#1F196C'

red 31 ◦ green 25 ◦ blue 108

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

Shades of Midnight Blue #1F196C

Tints of Midnight Blue #1F196C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.24%

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

R = 18.9%
G = 15.24%
B = 65.85%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1F196C (or 0x1F196C) is known color: Midnight Blue. HEX triplet: 1F, 19 and 6C. RGB value is (31,25,108). Sum of RGB (Red+Green+Blue) = 31+25+108=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 108 (42.58% from 255 or 65.85% from 164); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F196C is #E0E693. Grayscale: #232323. Windows color (decimal): -14739092 or 7084319. OLE color: 7084319.

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

Color convert

RGB 31 25 108 -
CMYK 0.71 0.77 0 0.58
HSL 244.34º 0.62% 0.26% -
HSV(B) 244.34º 0.77% 0.42% -
XYZ 3.62 2.07 14.4 -
YUV 36.26 168.49 124.25 -
System Red Green Blue C M Y K H S L
Decimal 31 25 108 0.71 0.77 0 0.58 244.34 0.62 0.26
Hex 1F 19 6C 47 4D 0 3A F4 3E 1A
Octal 37 31 154 107 115 0 72 364 76 32
Binary 11111 11001 1101100 1000111 1001101 0 111010 11110100 111110 11010

Color Harmonies of #1F196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F196C

Black with #1F196C

Text Example


Text Example

White with #1F196C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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