Html Css Color HEX #131BCE Medium Blue

📋 copy color: '#131BCE'

red 19 ◦ green 27 ◦ blue 206

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

Shades of Medium Blue #131BCE

Tints of Medium Blue #131BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 81.75%

R = 7.54%
G = 10.71%
B = 81.75%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#131BCE (or 0x131BCE) is known color: Medium Blue. HEX triplet: 13, 1B and CE. RGB value is (19,27,206). Sum of RGB (Red+Green+Blue) = 19+27+206=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 206 (80.86% from 255 or 81.75% from 252); Max value from RGB is 206 - color contains mainly: blue. Hex color #131BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BCE is #ECE431. Grayscale: #2C2C2C. Windows color (decimal): -15524914 or 13507347. OLE color: 13507347.

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

Color convert

RGB 19 27 206 -
CMYK 0.91 0.87 0 0.19
HSL 237.43º 0.83% 0.44% -
HSV(B) 237.43º 0.91% 0.81% -
XYZ 11.8 5.38 58.81 -
YUV 45.01 218.85 109.45 -
System Red Green Blue C M Y K H S L
Decimal 19 27 206 0.91 0.87 0 0.19 237.43 0.83 0.44
Hex 13 1B CE 5B 57 0 13 ED 53 2C
Octal 23 33 316 133 127 0 23 355 123 54
Binary 10011 11011 11001110 1011011 1010111 0 10011 11101101 1010011 101100

Color Harmonies of #131BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131BCE

Black with #131BCE

Text Example


Text Example

White with #131BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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