Html Css Color HEX #131FCA Persian Blue

📋 copy color: '#131FCA'

red 19 ◦ green 31 ◦ blue 202

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

Shades of Persian Blue #131FCA

Tints of Persian Blue #131FCA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.3%

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

R = 7.54%
G = 12.3%
B = 80.16%

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

#131FCA (or 0x131FCA) is known color: Persian Blue. HEX triplet: 13, 1F and CA. RGB value is (19,31,202). Sum of RGB (Red+Green+Blue) = 19+31+202=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 202 (79.30% from 255 or 80.16% from 252); Max value from RGB is 202 - color contains mainly: blue. Hex color #131FCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131FCA is #ECE035. Grayscale: #2E2E2E. Windows color (decimal): -15523894 or 13246227. OLE color: 13246227.

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

Color convert

RGB 19 31 202 -
CMYK 0.91 0.85 0 0.21
HSL 236.07º 0.83% 0.43% -
HSV(B) 236.07º 0.91% 0.79% -
XYZ 11.42 5.38 56.31 -
YUV 46.91 215.52 108.1 -
System Red Green Blue C M Y K H S L
Decimal 19 31 202 0.91 0.85 0 0.21 236.07 0.83 0.43
Hex 13 1F CA 5B 55 0 15 EC 53 2B
Octal 23 37 312 133 125 0 25 354 123 53
Binary 10011 11111 11001010 1011011 1010101 0 10101 11101100 1010011 101011

Color Harmonies of #131FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131FCA

Black with #131FCA

Text Example


Text Example

White with #131FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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