Html Css Color HEX #140355 Midnight Blue

📋 copy color: '#140355'

red 20 ◦ green 3 ◦ blue 85

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

Shades of Midnight Blue #140355

Tints of Midnight Blue #140355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.78%

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

R = 18.52%
G = 2.78%
B = 78.7%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#140355 (or 0x140355) is known color: Midnight Blue. HEX triplet: 14, 03 and 55. RGB value is (20,3,85). Sum of RGB (Red+Green+Blue) = 20+3+85=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 85 (33.59% from 255 or 78.70% from 108); Max value from RGB is 85 - color contains mainly: blue. Hex color #140355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140355 is #EBFCAA. Grayscale: #111111. Windows color (decimal): -15465643 or 5571348. OLE color: 5571348.

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

Color convert

RGB 20 3 85 -
CMYK 0.76 0.96 0 0.67
HSL 252.44º 0.93% 0.17% -
HSV(B) 252.44º 0.96% 0.33% -
XYZ 1.96 0.87 8.66 -
YUV 17.43 166.13 129.83 -
System Red Green Blue C M Y K H S L
Decimal 20 3 85 0.76 0.96 0 0.67 252.44 0.93 0.17
Hex 14 3 55 4C 60 0 43 FC 5D 11
Octal 24 3 125 114 140 0 103 374 135 21
Binary 10100 11 1010101 1001100 1100000 0 1000011 11111100 1011101 10001

Color Harmonies of #140355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140355

Black with #140355

Text Example


Text Example

White with #140355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140355; }

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

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

background-color css

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

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

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

border-color css

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

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

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