Html Css Color HEX #140FB2 New Midnight Blue

📋 copy color: '#140FB2'

red 20 ◦ green 15 ◦ blue 178

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

Shades of New Midnight Blue #140FB2

Tints of New Midnight Blue #140FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 83.57%

R = 9.39%
G = 7.04%
B = 83.57%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#140FB2 (or 0x140FB2) is known color: New Midnight Blue. HEX triplet: 14, 0F and B2. RGB value is (20,15,178). Sum of RGB (Red+Green+Blue) = 20+15+178=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 178 (69.92% from 255 or 83.57% from 213); Max value from RGB is 178 - color contains mainly: blue. Hex color #140FB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140FB2 is #EBF04D. Grayscale: #222222. Windows color (decimal): -15462478 or 11669268. OLE color: 11669268.

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

Color convert

RGB 20 15 178 -
CMYK 0.89 0.92 0 0.30
HSL 241.84º 0.84% 0.38% -
HSV(B) 241.84º 0.92% 0.7% -
XYZ 8.5 3.7 42.39 -
YUV 35.08 208.66 117.25 -
System Red Green Blue C M Y K H S L
Decimal 20 15 178 0.89 0.92 0 0.30 241.84 0.84 0.38
Hex 14 F B2 59 5C 0 1E F2 54 26
Octal 24 17 262 131 134 0 36 362 124 46
Binary 10100 1111 10110010 1011001 1011100 0 11110 11110010 1010100 100110

Color Harmonies of #140FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140FB2

Black with #140FB2

Text Example


Text Example

White with #140FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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