Html Css Color HEX #131DCA Persian Blue

📋 copy color: '#131DCA'

red 19 ◦ green 29 ◦ blue 202

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

Shades of Persian Blue #131DCA

Tints of Persian Blue #131DCA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.6%

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

R = 7.6%
G = 11.6%
B = 80.8%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#131DCA (or 0x131DCA) is known color: Persian Blue. HEX triplet: 13, 1D and CA. RGB value is (19,29,202). Sum of RGB (Red+Green+Blue) = 19+29+202=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 202 (79.30% from 255 or 80.8% from 250); Max value from RGB is 202 - color contains mainly: blue. Hex color #131DCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131DCA is #ECE235. Grayscale: #2D2D2D. Windows color (decimal): -15524406 or 13245715. OLE color: 13245715.

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

Color convert

RGB 19 29 202 -
CMYK 0.91 0.86 0 0.21
HSL 236.72º 0.83% 0.43% -
HSV(B) 236.72º 0.91% 0.79% -
XYZ 11.37 5.28 56.3 -
YUV 45.73 216.19 108.93 -
System Red Green Blue C M Y K H S L
Decimal 19 29 202 0.91 0.86 0 0.21 236.72 0.83 0.43
Hex 13 1D CA 5B 56 0 15 ED 53 2B
Octal 23 35 312 133 126 0 25 355 123 53
Binary 10011 11101 11001010 1011011 1010110 0 10101 11101101 1010011 101011

Color Harmonies of #131DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131DCA

Black with #131DCA

Text Example


Text Example

White with #131DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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