Html Css Color HEX #1F2685 Midnight Blue

📋 copy color: '#1F2685'

red 31 ◦ green 38 ◦ blue 133

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

Shades of Midnight Blue #1F2685

Tints of Midnight Blue #1F2685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.81%

 BLUE value IS 133 (52.34% from 255) = 65.84%

R = 15.35%
G = 18.81%
B = 65.84%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1F2685 (or 0x1F2685) is known color: Midnight Blue. HEX triplet: 1F, 26 and 85. RGB value is (31,38,133). Sum of RGB (Red+Green+Blue) = 31+38+133=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F2685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2685 is #E0D97A. Grayscale: #2E2E2E. Windows color (decimal): -14735739 or 8726047. OLE color: 8726047.

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

Color convert

RGB 31 38 133 -
CMYK 0.77 0.71 0 0.48
HSL 235.88º 0.62% 0.32% -
HSV(B) 235.88º 0.77% 0.52% -
XYZ 5.49 3.37 22.55 -
YUV 46.74 176.68 116.78 -
System Red Green Blue C M Y K H S L
Decimal 31 38 133 0.77 0.71 0 0.48 235.88 0.62 0.32
Hex 1F 26 85 4D 47 0 30 EC 3E 20
Octal 37 46 205 115 107 0 60 354 76 40
Binary 11111 100110 10000101 1001101 1000111 0 110000 11101100 111110 100000

Color Harmonies of #1F2685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2685

Black with #1F2685

Text Example


Text Example

White with #1F2685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,38,133); }

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

background-color css

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

 a { background-color: rgb(31,38,133); }

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

border-color css

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

 span { border-color: rgb(31,38,133); }

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