Html Css Color HEX #141BE5 Medium Blue

📋 copy color: '#141BE5'

red 20 ◦ green 27 ◦ blue 229

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

Shades of Medium Blue #141BE5

Tints of Medium Blue #141BE5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.78%

 BLUE value IS 229 (89.84% from 255) = 82.97%

R = 7.25%
G = 9.78%
B = 82.97%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#141BE5 (or 0x141BE5) is known color: Medium Blue. HEX triplet: 14, 1B and E5. RGB value is (20,27,229). Sum of RGB (Red+Green+Blue) = 20+27+229=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 229 (89.84% from 255 or 82.97% from 276); Max value from RGB is 229 - color contains mainly: blue. Hex color #141BE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141BE5 is #EBE41A. Grayscale: #2F2F2F. Windows color (decimal): -15459355 or 15014676. OLE color: 15014676.

HSL color Cylindrical-coordinate representation of color #141BE5: hue angle of 237.99º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141BE5 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 20 27 229 -
CMYK 0.91 0.88 0 0.10
HSL 237.99º 0.84% 0.49% -
HSV(B) 237.99º 0.91% 0.9% -
XYZ 14.82 6.59 74.62 -
YUV 47.94 230.18 108.07 -
System Red Green Blue C M Y K H S L
Decimal 20 27 229 0.91 0.88 0 0.10 237.99 0.84 0.49
Hex 14 1B E5 5B 58 0 A EE 54 31
Octal 24 33 345 133 130 0 12 356 124 61
Binary 10100 11011 11100101 1011011 1011000 0 1010 11101110 1010100 110001

Color Harmonies of #141BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141BE5

Black with #141BE5

Text Example


Text Example

White with #141BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141BE5; }

 p { color: rgb(20,27,229); }

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

background-color css

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

 a { background-color: rgb(20,27,229); }

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

border-color css

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

 span { border-color: rgb(20,27,229); }

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