Html Css Color HEX #141268 Midnight Blue

📋 copy color: '#141268'

red 20 ◦ green 18 ◦ blue 104

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

Shades of Midnight Blue #141268

Tints of Midnight Blue #141268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.68%

 BLUE value IS 104 (41.02% from 255) = 73.24%

R = 14.08%
G = 12.68%
B = 73.24%

CMYK

 C value IS 0.81

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#141268 (or 0x141268) is known color: Midnight Blue. HEX triplet: 14, 12 and 68. RGB value is (20,18,104). Sum of RGB (Red+Green+Blue) = 20+18+104=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #141268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141268 is #EBED97. Grayscale: #1C1C1C. Windows color (decimal): -15461784 or 6820372. OLE color: 6820372.

HSL color Cylindrical-coordinate representation of color #141268: hue angle of 241.4º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #141268 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 18 104 -
CMYK 0.81 0.83 0 0.59
HSL 241.4º 0.7% 0.24% -
HSV(B) 241.4º 0.83% 0.41% -
XYZ 3 1.58 13.24 -
YUV 28.4 170.66 122.01 -
System Red Green Blue C M Y K H S L
Decimal 20 18 104 0.81 0.83 0 0.59 241.4 0.7 0.24
Hex 14 12 68 51 53 0 3B F1 46 18
Octal 24 22 150 121 123 0 73 361 106 30
Binary 10100 10010 1101000 1010001 1010011 0 111011 11110001 1000110 11000

Color Harmonies of #141268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141268

Black with #141268

Text Example


Text Example

White with #141268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141268; }

 p { color: rgb(20,18,104); }

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

background-color css

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

 a { background-color: rgb(20,18,104); }

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

border-color css

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

 span { border-color: rgb(20,18,104); }

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