Html Css Color HEX #140FB1 New Midnight Blue

📋 copy color: '#140FB1'

red 20 ◦ green 15 ◦ blue 177

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

Shades of New Midnight Blue #140FB1

Tints of New Midnight Blue #140FB1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.08%

 BLUE value IS 177 (69.53% from 255) = 83.49%

R = 9.43%
G = 7.08%
B = 83.49%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#140FB1 (or 0x140FB1) is known color: New Midnight Blue. HEX triplet: 14, 0F and B1. RGB value is (20,15,177). Sum of RGB (Red+Green+Blue) = 20+15+177=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 177 (69.53% from 255 or 83.49% from 212); Max value from RGB is 177 - color contains mainly: blue. Hex color #140FB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140FB1 is #EBF04E. Grayscale: #222222. Windows color (decimal): -15462479 or 11603732. OLE color: 11603732.

HSL color Cylindrical-coordinate representation of color #140FB1: hue angle of 241.85º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140FB1 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 15 177 -
CMYK 0.89 0.92 0 0.31
HSL 241.85º 0.84% 0.38% -
HSV(B) 241.85º 0.92% 0.69% -
XYZ 8.4 3.66 41.86 -
YUV 34.96 208.16 117.33 -
System Red Green Blue C M Y K H S L
Decimal 20 15 177 0.89 0.92 0 0.31 241.85 0.84 0.38
Hex 14 F B1 59 5C 0 1F F2 54 26
Octal 24 17 261 131 134 0 37 362 124 46
Binary 10100 1111 10110001 1011001 1011100 0 11111 11110010 1010100 100110

Color Harmonies of #140FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140FB1

Black with #140FB1

Text Example


Text Example

White with #140FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,15,177); }

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

background-color css

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

 a { background-color: rgb(20,15,177); }

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

border-color css

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

 span { border-color: rgb(20,15,177); }

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