Html Css Color HEX #140067 Midnight Blue

📋 copy color: '#140067'

red 20 ◦ green 0 ◦ blue 103

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

Shades of Midnight Blue #140067

Tints of Midnight Blue #140067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 103 (40.63% from 255) = 83.74%

R = 16.26%
G = 0%
B = 83.74%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#140067 (or 0x140067) is known color: Midnight Blue. HEX triplet: 14, 00 and 67. RGB value is (20,0,103). Sum of RGB (Red+Green+Blue) = 20+0+103=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 103 (40.62% from 255 or 83.74% from 123); Max value from RGB is 103 - color contains mainly: blue. Hex color #140067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140067 is #EBFF98. Grayscale: #111111. Windows color (decimal): -15466393 or 6750228. OLE color: 6750228.

HSL color Cylindrical-coordinate representation of color #140067: hue angle of 251.65º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140067 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 0 103 -
CMYK 0.81 1 0 0.60
HSL 251.65º 1% 0.2% -
HSV(B) 251.65º 1% 0.4% -
XYZ 2.74 1.13 12.91 -
YUV 17.72 176.13 129.62 -
System Red Green Blue C M Y K H S L
Decimal 20 0 103 0.81 1 0 0.60 251.65 1 0.2
Hex 14 0 67 51 64 0 3C FC 64 14
Octal 24 0 147 121 144 0 74 374 144 24
Binary 10100 0 1100111 1010001 1100100 0 111100 11111100 1100100 10100

Color Harmonies of #140067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140067

Black with #140067

Text Example


Text Example

White with #140067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140067; }

 p { color: rgb(20,0,103); }

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

background-color css

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

 a { background-color: rgb(20,0,103); }

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

border-color css

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

 span { border-color: rgb(20,0,103); }

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