Html Css Color HEX #141CCA Medium Blue

📋 copy color: '#141CCA'

red 20 ◦ green 28 ◦ blue 202

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

Shades of Medium Blue #141CCA

Tints of Medium Blue #141CCA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.2%

 BLUE value IS 202 (79.3% from 255) = 80.8%

R = 8%
G = 11.2%
B = 80.8%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#141CCA (or 0x141CCA) is known color: Medium Blue. HEX triplet: 14, 1C and CA. RGB value is (20,28,202). Sum of RGB (Red+Green+Blue) = 20+28+202=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 202 (79.30% from 255 or 80.8% from 250); Max value from RGB is 202 - color contains mainly: blue. Hex color #141CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CCA is #EBE335. Grayscale: #2C2C2C. Windows color (decimal): -15459126 or 13245460. OLE color: 13245460.

HSL color Cylindrical-coordinate representation of color #141CCA: hue angle of 237.36º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141CCA is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 28 202 -
CMYK 0.90 0.86 0 0.21
HSL 237.36º 0.82% 0.44% -
HSV(B) 237.36º 0.9% 0.79% -
XYZ 11.36 5.24 56.29 -
YUV 45.44 216.35 109.85 -
System Red Green Blue C M Y K H S L
Decimal 20 28 202 0.90 0.86 0 0.21 237.36 0.82 0.44
Hex 14 1C CA 5A 56 0 15 ED 52 2C
Octal 24 34 312 132 126 0 25 355 122 54
Binary 10100 11100 11001010 1011010 1010110 0 10101 11101101 1010010 101100

Color Harmonies of #141CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141CCA

Black with #141CCA

Text Example


Text Example

White with #141CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,28,202); }

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

background-color css

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

 a { background-color: rgb(20,28,202); }

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

border-color css

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

 span { border-color: rgb(20,28,202); }

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