Html Css Color HEX #140BB3 New Midnight Blue

📋 copy color: '#140BB3'

red 20 ◦ green 11 ◦ blue 179

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

Shades of New Midnight Blue #140BB3

Tints of New Midnight Blue #140BB3

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.24%

 BLUE value IS 179 (70.31% from 255) = 85.24%

R = 9.52%
G = 5.24%
B = 85.24%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#140BB3 (or 0x140BB3) is known color: New Midnight Blue. HEX triplet: 14, 0B and B3. RGB value is (20,11,179). Sum of RGB (Red+Green+Blue) = 20+11+179=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 179 (70.31% from 255 or 85.24% from 210); Max value from RGB is 179 - color contains mainly: blue. Hex color #140BB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140BB3 is #EBF44C. Grayscale: #202020. Windows color (decimal): -15463501 or 11733780. OLE color: 11733780.

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

Color convert

RGB 20 11 179 -
CMYK 0.89 0.94 0 0.30
HSL 243.21º 0.88% 0.37% -
HSV(B) 243.21º 0.94% 0.7% -
XYZ 8.54 3.64 42.9 -
YUV 32.84 210.48 118.84 -
System Red Green Blue C M Y K H S L
Decimal 20 11 179 0.89 0.94 0 0.30 243.21 0.88 0.37
Hex 14 B B3 59 5E 0 1E F3 58 25
Octal 24 13 263 131 136 0 36 363 130 45
Binary 10100 1011 10110011 1011001 1011110 0 11110 11110011 1011000 100101

Color Harmonies of #140BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140BB3

Black with #140BB3

Text Example


Text Example

White with #140BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,11,179); }

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

background-color css

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

 a { background-color: rgb(20,11,179); }

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

border-color css

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

 span { border-color: rgb(20,11,179); }

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