Html Css Color HEX #1F2463 Midnight Blue

📋 copy color: '#1F2463'

red 31 ◦ green 36 ◦ blue 99

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

Shades of Midnight Blue #1F2463

Tints of Midnight Blue #1F2463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.69%

 BLUE value IS 99 (39.06% from 255) = 59.64%

R = 18.67%
G = 21.69%
B = 59.64%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1F2463 (or 0x1F2463) is known color: Midnight Blue. HEX triplet: 1F, 24 and 63. RGB value is (31,36,99). Sum of RGB (Red+Green+Blue) = 31+36+99=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 99 (39.06% from 255 or 59.64% from 166); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F2463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2463 is #E0DB9C. Grayscale: #292929. Windows color (decimal): -14736285 or 6497311. OLE color: 6497311.

HSL color Cylindrical-coordinate representation of color #1F2463: hue angle of 235.59º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F2463 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 31 36 99 -
CMYK 0.69 0.64 0 0.61
HSL 235.59º 0.52% 0.25% -
HSV(B) 235.59º 0.69% 0.39% -
XYZ 3.45 2.45 12.1 -
YUV 41.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 31 36 99 0.69 0.64 0 0.61 235.59 0.52 0.25
Hex 1F 24 63 45 40 0 3D EC 34 19
Octal 37 44 143 105 100 0 75 354 64 31
Binary 11111 100100 1100011 1000101 1000000 0 111101 11101100 110100 11001

Color Harmonies of #1F2463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2463

Black with #1F2463

Text Example


Text Example

White with #1F2463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,36,99); }

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

background-color css

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

 a { background-color: rgb(31,36,99); }

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

border-color css

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

 span { border-color: rgb(31,36,99); }

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