Html Css Color HEX #1F276D Midnight Blue

📋 copy color: '#1F276D'

red 31 ◦ green 39 ◦ blue 109

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

Shades of Midnight Blue #1F276D

Tints of Midnight Blue #1F276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.79%

 BLUE value IS 109 (42.97% from 255) = 60.89%

R = 17.32%
G = 21.79%
B = 60.89%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1F276D (or 0x1F276D) is known color: Midnight Blue. HEX triplet: 1F, 27 and 6D. RGB value is (31,39,109). Sum of RGB (Red+Green+Blue) = 31+39+109=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 109 (42.97% from 255 or 60.89% from 179); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F276D is #E0D892. Grayscale: #2C2C2C. Windows color (decimal): -14735507 or 7153439. OLE color: 7153439.

HSL color Cylindrical-coordinate representation of color #1F276D: hue angle of 233.85º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F276D is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 31 39 109 -
CMYK 0.72 0.64 0 0.57
HSL 233.85º 0.56% 0.27% -
HSV(B) 233.85º 0.72% 0.43% -
XYZ 4.05 2.85 14.8 -
YUV 44.59 164.35 118.31 -
System Red Green Blue C M Y K H S L
Decimal 31 39 109 0.72 0.64 0 0.57 233.85 0.56 0.27
Hex 1F 27 6D 48 40 0 39 EA 38 1B
Octal 37 47 155 110 100 0 71 352 70 33
Binary 11111 100111 1101101 1001000 1000000 0 111001 11101010 111000 11011

Color Harmonies of #1F276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F276D

Black with #1F276D

Text Example


Text Example

White with #1F276D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,39,109); }

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

background-color css

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

 a { background-color: rgb(31,39,109); }

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

border-color css

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

 span { border-color: rgb(31,39,109); }

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