Html Css Color HEX #131DC9 Persian Blue

📋 copy color: '#131DC9'

red 19 ◦ green 29 ◦ blue 201

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

Shades of Persian Blue #131DC9

Tints of Persian Blue #131DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 80.72%

R = 7.63%
G = 11.65%
B = 80.72%

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

#131DC9 (or 0x131DC9) is known color: Persian Blue. HEX triplet: 13, 1D and C9. RGB value is (19,29,201). Sum of RGB (Red+Green+Blue) = 19+29+201=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 201 (78.91% from 255 or 80.72% from 249); Max value from RGB is 201 - color contains mainly: blue. Hex color #131DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131DC9 is #ECE236. Grayscale: #2C2C2C. Windows color (decimal): -15524407 or 13180179. OLE color: 13180179.

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

Color convert

RGB 19 29 201 -
CMYK 0.91 0.86 0 0.21
HSL 236.7º 0.83% 0.43% -
HSV(B) 236.7º 0.91% 0.79% -
XYZ 11.25 5.23 55.68 -
YUV 45.62 215.69 109.01 -
System Red Green Blue C M Y K H S L
Decimal 19 29 201 0.91 0.86 0 0.21 236.7 0.83 0.43
Hex 13 1D C9 5B 56 0 15 ED 53 2B
Octal 23 35 311 133 126 0 25 355 123 53
Binary 10011 11101 11001001 1011011 1010110 0 10101 11101101 1010011 101011

Color Harmonies of #131DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131DC9

Black with #131DC9

Text Example


Text Example

White with #131DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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