Html Css Color HEX #1F2163 Midnight Blue

📋 copy color: '#1F2163'

red 31 ◦ green 33 ◦ blue 99

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

Shades of Midnight Blue #1F2163

Tints of Midnight Blue #1F2163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.25%

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

R = 19.02%
G = 20.25%
B = 60.74%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1F2163 (or 0x1F2163) is known color: Midnight Blue. HEX triplet: 1F, 21 and 63. RGB value is (31,33,99). Sum of RGB (Red+Green+Blue) = 31+33+99=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F2163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2163 is #E0DE9C. Grayscale: #272727. Windows color (decimal): -14737053 or 6496543. OLE color: 6496543.

HSL color Cylindrical-coordinate representation of color #1F2163: hue angle of 238.24º 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 #1F2163 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 31 33 99 -
CMYK 0.69 0.67 0 0.61
HSL 238.24º 0.52% 0.25% -
HSV(B) 238.24º 0.69% 0.39% -
XYZ 3.36 2.28 12.07 -
YUV 39.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 31 33 99 0.69 0.67 0 0.61 238.24 0.52 0.25
Hex 1F 21 63 45 43 0 3D EE 34 19
Octal 37 41 143 105 103 0 75 356 64 31
Binary 11111 100001 1100011 1000101 1000011 0 111101 11101110 110100 11001

Color Harmonies of #1F2163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2163

Black with #1F2163

Text Example


Text Example

White with #1F2163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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