Html Css Color HEX #131ECD Persian Blue

📋 copy color: '#131ECD'

red 19 ◦ green 30 ◦ blue 205

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

Shades of Persian Blue #131ECD

Tints of Persian Blue #131ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 80.71%

R = 7.48%
G = 11.81%
B = 80.71%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#131ECD (or 0x131ECD) is known color: Persian Blue. HEX triplet: 13, 1E and CD. RGB value is (19,30,205). Sum of RGB (Red+Green+Blue) = 19+30+205=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 205 (80.47% from 255 or 80.71% from 254); Max value from RGB is 205 - color contains mainly: blue. Hex color #131ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ECD is #ECE132. Grayscale: #2D2D2D. Windows color (decimal): -15524147 or 13442579. OLE color: 13442579.

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

Color convert

RGB 19 30 205 -
CMYK 0.91 0.85 0 0.20
HSL 236.45º 0.83% 0.44% -
HSV(B) 236.45º 0.91% 0.8% -
XYZ 11.75 5.47 58.19 -
YUV 46.66 217.36 108.27 -
System Red Green Blue C M Y K H S L
Decimal 19 30 205 0.91 0.85 0 0.20 236.45 0.83 0.44
Hex 13 1E CD 5B 55 0 14 EC 53 2C
Octal 23 36 315 133 125 0 24 354 123 54
Binary 10011 11110 11001101 1011011 1010101 0 10100 11101100 1010011 101100

Color Harmonies of #131ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131ECD

Black with #131ECD

Text Example


Text Example

White with #131ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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