Html Css Color HEX #131ECA Persian Blue

📋 copy color: '#131ECA'

red 19 ◦ green 30 ◦ blue 202

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

Shades of Persian Blue #131ECA

Tints of Persian Blue #131ECA

RGB

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

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

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

R = 7.57%
G = 11.95%
B = 80.48%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#131ECA (or 0x131ECA) is known color: Persian Blue. HEX triplet: 13, 1E and CA. RGB value is (19,30,202). Sum of RGB (Red+Green+Blue) = 19+30+202=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 202 (79.30% from 255 or 80.48% from 251); Max value from RGB is 202 - color contains mainly: blue. Hex color #131ECA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ECA is #ECE135. Grayscale: #2D2D2D. Windows color (decimal): -15524150 or 13245971. OLE color: 13245971.

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

Color convert

RGB 19 30 202 -
CMYK 0.91 0.85 0 0.21
HSL 236.39º 0.83% 0.43% -
HSV(B) 236.39º 0.91% 0.79% -
XYZ 11.39 5.33 56.31 -
YUV 46.32 215.86 108.51 -
System Red Green Blue C M Y K H S L
Decimal 19 30 202 0.91 0.85 0 0.21 236.39 0.83 0.43
Hex 13 1E CA 5B 55 0 15 EC 53 2B
Octal 23 36 312 133 125 0 25 354 123 53
Binary 10011 11110 11001010 1011011 1010101 0 10101 11101100 1010011 101011

Color Harmonies of #131ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131ECA

Black with #131ECA

Text Example


Text Example

White with #131ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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