Html Css Color HEX #131DC6 Persian Blue

📋 copy color: '#131DC6'

red 19 ◦ green 29 ◦ blue 198

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

Shades of Persian Blue #131DC6

Tints of Persian Blue #131DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 80.49%

R = 7.72%
G = 11.79%
B = 80.49%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#131DC6 (or 0x131DC6) is known color: Persian Blue. HEX triplet: 13, 1D and C6. RGB value is (19,29,198). Sum of RGB (Red+Green+Blue) = 19+29+198=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 198 (77.73% from 255 or 80.49% from 246); Max value from RGB is 198 - color contains mainly: blue. Hex color #131DC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131DC6 is #ECE239. Grayscale: #2C2C2C. Windows color (decimal): -15524410 or 12983571. OLE color: 12983571.

HSL color Cylindrical-coordinate representation of color #131DC6: hue angle of 236.65º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131DC6 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 29 198 -
CMYK 0.90 0.85 0 0.22
HSL 236.65º 0.82% 0.43% -
HSV(B) 236.65º 0.9% 0.78% -
XYZ 10.9 5.09 53.83 -
YUV 45.28 214.19 109.26 -
System Red Green Blue C M Y K H S L
Decimal 19 29 198 0.90 0.85 0 0.22 236.65 0.82 0.43
Hex 13 1D C6 5A 55 0 16 ED 52 2B
Octal 23 35 306 132 125 0 26 355 122 53
Binary 10011 11101 11000110 1011010 1010101 0 10110 11101101 1010010 101011

Color Harmonies of #131DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131DC6

Black with #131DC6

Text Example


Text Example

White with #131DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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