#140355

Color #140355 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #140355

Tints of Midnight Blue #140355

Color information

#140355 (or 0x140355) is unknown color: approx 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

RGB20385-
CMYK0.760.9600.67
HSL252.44º93.18%17.25%-
HSV(B)252.44º96.47%33.33%-
XYZ1.960.878.66-
YUV17.43166.13129.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 85 (33.59% from 255) = 78.70%
R=18.52%
G=2.78%
B=78.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal203850.760.9600.67252.4493.1817.25
Hex143554C60043fc5d11
Octal243125114140010337413521
Binary10100111010101100110011000000100001111111100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>