Html Css Color HEX #131CCB Medium Blue

📋 copy color: '#131CCB'

red 19 ◦ green 28 ◦ blue 203

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

Shades of Medium Blue #131CCB

Tints of Medium Blue #131CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 81.2%

R = 7.6%
G = 11.2%
B = 81.2%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#131CCB (or 0x131CCB) is known color: Medium Blue. HEX triplet: 13, 1C and CB. RGB value is (19,28,203). Sum of RGB (Red+Green+Blue) = 19+28+203=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 203 (79.69% from 255 or 81.2% from 250); Max value from RGB is 203 - color contains mainly: blue. Hex color #131CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131CCB is #ECE334. Grayscale: #2C2C2C. Windows color (decimal): -15524661 or 13310995. OLE color: 13310995.

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

Color convert

RGB 19 28 203 -
CMYK 0.91 0.86 0 0.20
HSL 237.07º 0.83% 0.44% -
HSV(B) 237.07º 0.91% 0.8% -
XYZ 11.46 5.28 56.92 -
YUV 45.26 217.02 109.27 -
System Red Green Blue C M Y K H S L
Decimal 19 28 203 0.91 0.86 0 0.20 237.07 0.83 0.44
Hex 13 1C CB 5B 56 0 14 ED 53 2C
Octal 23 34 313 133 126 0 24 355 123 54
Binary 10011 11100 11001011 1011011 1010110 0 10100 11101101 1010011 101100

Color Harmonies of #131CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131CCB

Black with #131CCB

Text Example


Text Example

White with #131CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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