Html Css Color HEX #1F237C Midnight Blue

📋 copy color: '#1F237C'

red 31 ◦ green 35 ◦ blue 124

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

Shades of Midnight Blue #1F237C

Tints of Midnight Blue #1F237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.42%

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

R = 16.32%
G = 18.42%
B = 65.26%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F237C (or 0x1F237C) is known color: Midnight Blue. HEX triplet: 1F, 23 and 7C. RGB value is (31,35,124). Sum of RGB (Red+Green+Blue) = 31+35+124=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F237C is #E0DC83. Grayscale: #2B2B2B. Windows color (decimal): -14736516 or 8135455. OLE color: 8135455.

HSL color Cylindrical-coordinate representation of color #1F237C: hue angle of 237.42º 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 #1F237C is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 35 124 -
CMYK 0.75 0.72 0 0.51
HSL 237.42º 0.6% 0.3% -
HSV(B) 237.42º 0.75% 0.49% -
XYZ 4.8 2.95 19.38 -
YUV 43.95 173.17 118.76 -
System Red Green Blue C M Y K H S L
Decimal 31 35 124 0.75 0.72 0 0.51 237.42 0.6 0.3
Hex 1F 23 7C 4B 48 0 33 ED 3C 1E
Octal 37 43 174 113 110 0 63 355 74 36
Binary 11111 100011 1111100 1001011 1001000 0 110011 11101101 111100 11110

Color Harmonies of #1F237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F237C

Black with #1F237C

Text Example


Text Example

White with #1F237C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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