Html Css Color HEX #131BCA Medium Blue

📋 copy color: '#131BCA'

red 19 ◦ green 27 ◦ blue 202

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

Shades of Medium Blue #131BCA

Tints of Medium Blue #131BCA

RGB

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

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

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

R = 7.66%
G = 10.89%
B = 81.45%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#131BCA (or 0x131BCA) is known color: Medium Blue. HEX triplet: 13, 1B and CA. RGB value is (19,27,202). Sum of RGB (Red+Green+Blue) = 19+27+202=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 202 (79.30% from 255 or 81.45% from 248); Max value from RGB is 202 - color contains mainly: blue. Hex color #131BCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BCA is #ECE435. Grayscale: #2B2B2B. Windows color (decimal): -15524918 or 13245203. OLE color: 13245203.

HSL color Cylindrical-coordinate representation of color #131BCA: hue angle of 237.38º 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 #131BCA is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 27 202 -
CMYK 0.91 0.87 0 0.21
HSL 237.38º 0.83% 0.43% -
HSV(B) 237.38º 0.91% 0.79% -
XYZ 11.32 5.19 56.28 -
YUV 44.56 216.85 109.77 -
System Red Green Blue C M Y K H S L
Decimal 19 27 202 0.91 0.87 0 0.21 237.38 0.83 0.43
Hex 13 1B CA 5B 57 0 15 ED 53 2B
Octal 23 33 312 133 127 0 25 355 123 53
Binary 10011 11011 11001010 1011011 1010111 0 10101 11101101 1010011 101011

Color Harmonies of #131BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131BCA

Black with #131BCA

Text Example


Text Example

White with #131BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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