Html Css Color HEX #140955 Midnight Blue

📋 copy color: '#140955'

red 20 ◦ green 9 ◦ blue 85

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

Shades of Midnight Blue #140955

Tints of Midnight Blue #140955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.89%

 BLUE value IS 85 (33.59% from 255) = 74.56%

R = 17.54%
G = 7.89%
B = 74.56%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#140955 (or 0x140955) is known color: Midnight Blue. HEX triplet: 14, 09 and 55. RGB value is (20,9,85). Sum of RGB (Red+Green+Blue) = 20+9+85=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 85 (33.59% from 255 or 74.56% from 114); Max value from RGB is 85 - color contains mainly: blue. Hex color #140955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140955 is #EBF6AA. Grayscale: #141414. Windows color (decimal): -15464107 or 5572884. OLE color: 5572884.

HSL color Cylindrical-coordinate representation of color #140955: hue angle of 248.68º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140955 is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 9 85 -
CMYK 0.76 0.89 0 0.67
HSL 248.68º 0.81% 0.18% -
HSV(B) 248.68º 0.89% 0.33% -
XYZ 2.03 1 8.68 -
YUV 20.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 20 9 85 0.76 0.89 0 0.67 248.68 0.81 0.18
Hex 14 9 55 4C 59 0 43 F9 51 12
Octal 24 11 125 114 131 0 103 371 121 22
Binary 10100 1001 1010101 1001100 1011001 0 1000011 11111001 1010001 10010

Color Harmonies of #140955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140955

Black with #140955

Text Example


Text Example

White with #140955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140955; }

 p { color: rgb(20,9,85); }

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

background-color css

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

 a { background-color: rgb(20,9,85); }

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

border-color css

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

 span { border-color: rgb(20,9,85); }

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