Html Css Color HEX #131CCA Medium Blue

📋 copy color: '#131CCA'

red 19 ◦ green 28 ◦ blue 202

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

Shades of Medium Blue #131CCA

Tints of Medium Blue #131CCA

RGB

 RED value IS 19 (7.81% from 255) = 7.63%

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

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

R = 7.63%
G = 11.24%
B = 81.12%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#131CCA (or 0x131CCA) is known color: Medium Blue. HEX triplet: 13, 1C and CA. RGB value is (19,28,202). Sum of RGB (Red+Green+Blue) = 19+28+202=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 202 (79.30% from 255 or 81.12% from 249); Max value from RGB is 202 - color contains mainly: blue. Hex color #131CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131CCA is #ECE335. Grayscale: #2C2C2C. Windows color (decimal): -15524662 or 13245459. OLE color: 13245459.

HSL color Cylindrical-coordinate representation of color #131CCA: hue angle of 237.05º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131CCA is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 28 202 -
CMYK 0.91 0.86 0 0.21
HSL 237.05º 0.83% 0.43% -
HSV(B) 237.05º 0.91% 0.79% -
XYZ 11.34 5.23 56.29 -
YUV 45.15 216.52 109.35 -
System Red Green Blue C M Y K H S L
Decimal 19 28 202 0.91 0.86 0 0.21 237.05 0.83 0.43
Hex 13 1C CA 5B 56 0 15 ED 53 2B
Octal 23 34 312 133 126 0 25 355 123 53
Binary 10011 11100 11001010 1011011 1010110 0 10101 11101101 1010011 101011

Color Harmonies of #131CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131CCA

Black with #131CCA

Text Example


Text Example

White with #131CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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