Html Css Color HEX #131BCB Medium Blue

📋 copy color: '#131BCB'

red 19 ◦ green 27 ◦ blue 203

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

Shades of Medium Blue #131BCB

Tints of Medium Blue #131BCB

RGB

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

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

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

R = 7.63%
G = 10.84%
B = 81.53%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#131BCB (or 0x131BCB) is known color: Medium Blue. HEX triplet: 13, 1B and CB. RGB value is (19,27,203). Sum of RGB (Red+Green+Blue) = 19+27+203=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 203 (79.69% from 255 or 81.53% from 249); Max value from RGB is 203 - color contains mainly: blue. Hex color #131BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BCB is #ECE434. Grayscale: #2B2B2B. Windows color (decimal): -15524917 or 13310739. OLE color: 13310739.

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

Color convert

RGB 19 27 203 -
CMYK 0.91 0.87 0 0.20
HSL 237.39º 0.83% 0.44% -
HSV(B) 237.39º 0.91% 0.8% -
XYZ 11.44 5.23 56.91 -
YUV 44.67 217.35 109.69 -
System Red Green Blue C M Y K H S L
Decimal 19 27 203 0.91 0.87 0 0.20 237.39 0.83 0.44
Hex 13 1B CB 5B 57 0 14 ED 53 2C
Octal 23 33 313 133 127 0 24 355 123 54
Binary 10011 11011 11001011 1011011 1010111 0 10100 11101101 1010011 101100

Color Harmonies of #131BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131BCB

Black with #131BCB

Text Example


Text Example

White with #131BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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