Html Css Color HEX #140C67 Midnight Blue

📋 copy color: '#140C67'

red 20 ◦ green 12 ◦ blue 103

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

Shades of Midnight Blue #140C67

Tints of Midnight Blue #140C67

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.89%

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

R = 14.81%
G = 8.89%
B = 76.3%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#140C67 (or 0x140C67) is known color: Midnight Blue. HEX triplet: 14, 0C and 67. RGB value is (20,12,103). Sum of RGB (Red+Green+Blue) = 20+12+103=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 103 (40.62% from 255 or 76.30% from 135); Max value from RGB is 103 - color contains mainly: blue. Hex color #140C67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140C67 is #EBF398. Grayscale: #181818. Windows color (decimal): -15463321 or 6753300. OLE color: 6753300.

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

Color convert

RGB 20 12 103 -
CMYK 0.81 0.88 0 0.60
HSL 245.27º 0.79% 0.23% -
HSV(B) 245.27º 0.88% 0.4% -
XYZ 2.87 1.39 12.95 -
YUV 24.77 172.15 124.6 -
System Red Green Blue C M Y K H S L
Decimal 20 12 103 0.81 0.88 0 0.60 245.27 0.79 0.23
Hex 14 C 67 51 58 0 3C F5 4F 17
Octal 24 14 147 121 130 0 74 365 117 27
Binary 10100 1100 1100111 1010001 1011000 0 111100 11110101 1001111 10111

Color Harmonies of #140C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C67

Black with #140C67

Text Example


Text Example

White with #140C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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