Html Css Color HEX #131EC0 Persian Blue

📋 copy color: '#131EC0'

red 19 ◦ green 30 ◦ blue 192

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

Shades of Persian Blue #131EC0

Tints of Persian Blue #131EC0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.45%

 BLUE value IS 192 (75.39% from 255) = 79.67%

R = 7.88%
G = 12.45%
B = 79.67%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#131EC0 (or 0x131EC0) is known color: Persian Blue. HEX triplet: 13, 1E and C0. RGB value is (19,30,192). Sum of RGB (Red+Green+Blue) = 19+30+192=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 192 (75.39% from 255 or 79.67% from 241); Max value from RGB is 192 - color contains mainly: blue. Hex color #131EC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131EC0 is #ECE13F. Grayscale: #2C2C2C. Windows color (decimal): -15524160 or 12590611. OLE color: 12590611.

HSL color Cylindrical-coordinate representation of color #131EC0: hue angle of 236.18º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131EC0 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 30 192 -
CMYK 0.90 0.84 0 0.25
HSL 236.19º 0.82% 0.41% -
HSV(B) 236.19º 0.9% 0.75% -
XYZ 10.25 4.87 50.27 -
YUV 45.18 210.86 109.33 -
System Red Green Blue C M Y K H S L
Decimal 19 30 192 0.90 0.84 0 0.25 236.19 0.82 0.41
Hex 13 1E C0 5A 54 0 19 EC 52 29
Octal 23 36 300 132 124 0 31 354 122 51
Binary 10011 11110 11000000 1011010 1010100 0 11001 11101100 1010010 101001

Color Harmonies of #131EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131EC0

Black with #131EC0

Text Example


Text Example

White with #131EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,30,192); }

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

background-color css

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

 a { background-color: rgb(19,30,192); }

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

border-color css

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

 span { border-color: rgb(19,30,192); }

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