Html Css Color HEX #1F2679 Midnight Blue

📋 copy color: '#1F2679'

red 31 ◦ green 38 ◦ blue 121

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

Shades of Midnight Blue #1F2679

Tints of Midnight Blue #1F2679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 63.68%

R = 16.32%
G = 20%
B = 63.68%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F2679 (or 0x1F2679) is known color: Midnight Blue. HEX triplet: 1F, 26 and 79. RGB value is (31,38,121). Sum of RGB (Red+Green+Blue) = 31+38+121=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 121 (47.66% from 255 or 63.68% from 190); Max value from RGB is 121 - color contains mainly: blue. Hex color #1F2679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2679 is #E0D986. Grayscale: #2D2D2D. Windows color (decimal): -14735751 or 7939615. OLE color: 7939615.

HSL color Cylindrical-coordinate representation of color #1F2679: hue angle of 235.33º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F2679 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 38 121 -
CMYK 0.74 0.69 0 0.53
HSL 235.33º 0.59% 0.3% -
HSV(B) 235.33º 0.74% 0.47% -
XYZ 4.71 3.06 18.43 -
YUV 45.37 170.68 117.75 -
System Red Green Blue C M Y K H S L
Decimal 31 38 121 0.74 0.69 0 0.53 235.33 0.59 0.3
Hex 1F 26 79 4A 45 0 35 EB 3B 1E
Octal 37 46 171 112 105 0 65 353 73 36
Binary 11111 100110 1111001 1001010 1000101 0 110101 11101011 111011 11110

Color Harmonies of #1F2679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2679

Black with #1F2679

Text Example


Text Example

White with #1F2679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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