Html Css Color HEX #1F277C Midnight Blue

📋 copy color: '#1F277C'

red 31 ◦ green 39 ◦ blue 124

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

Shades of Midnight Blue #1F277C

Tints of Midnight Blue #1F277C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 63.92%

R = 15.98%
G = 20.1%
B = 63.92%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F277C (or 0x1F277C) is known color: Midnight Blue. HEX triplet: 1F, 27 and 7C. RGB value is (31,39,124). Sum of RGB (Red+Green+Blue) = 31+39+124=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F277C is #E0D883. Grayscale: #2D2D2D. Windows color (decimal): -14735492 or 8136479. OLE color: 8136479.

HSL color Cylindrical-coordinate representation of color #1F277C: hue angle of 234.84º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F277C is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 39 124 -
CMYK 0.75 0.69 0 0.51
HSL 234.84º 0.6% 0.3% -
HSV(B) 234.84º 0.75% 0.49% -
XYZ 4.93 3.2 19.43 -
YUV 46.3 171.85 117.09 -
System Red Green Blue C M Y K H S L
Decimal 31 39 124 0.75 0.69 0 0.51 234.84 0.6 0.3
Hex 1F 27 7C 4B 45 0 33 EB 3C 1E
Octal 37 47 174 113 105 0 63 353 74 36
Binary 11111 100111 1111100 1001011 1000101 0 110011 11101011 111100 11110

Color Harmonies of #1F277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F277C

Black with #1F277C

Text Example


Text Example

White with #1F277C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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