Html Css Color HEX #141963 Midnight Blue

📋 copy color: '#141963'

red 20 ◦ green 25 ◦ blue 99

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

Shades of Midnight Blue #141963

Tints of Midnight Blue #141963

RGB

 RED value IS 20 (8.2% from 255) = 13.89%

 GREEN value IS 25 (10.16% from 255) = 17.36%

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

R = 13.89%
G = 17.36%
B = 68.75%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#141963 (or 0x141963) is known color: Midnight Blue. HEX triplet: 14, 19 and 63. RGB value is (20,25,99). Sum of RGB (Red+Green+Blue) = 20+25+99=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 99 (39.06% from 255 or 68.75% from 144); Max value from RGB is 99 - color contains mainly: blue. Hex color #141963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141963 is #EBE69C. Grayscale: #1F1F1F. Windows color (decimal): -15459997 or 6494484. OLE color: 6494484.

HSL color Cylindrical-coordinate representation of color #141963: hue angle of 236.2º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #141963 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 25 99 -
CMYK 0.80 0.75 0 0.61
HSL 236.2º 0.66% 0.23% -
HSV(B) 236.2º 0.8% 0.39% -
XYZ 2.89 1.74 11.99 -
YUV 31.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 20 25 99 0.80 0.75 0 0.61 236.2 0.66 0.23
Hex 14 19 63 50 4B 0 3D EC 42 17
Octal 24 31 143 120 113 0 75 354 102 27
Binary 10100 11001 1100011 1010000 1001011 0 111101 11101100 1000010 10111

Color Harmonies of #141963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141963

Black with #141963

Text Example


Text Example

White with #141963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141963; }

 p { color: rgb(20,25,99); }

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

background-color css

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

 a { background-color: rgb(20,25,99); }

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

border-color css

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

 span { border-color: rgb(20,25,99); }

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