Html Css Color HEX #131CC6 Persian Blue

📋 copy color: '#131CC6'

red 19 ◦ green 28 ◦ blue 198

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

Shades of Persian Blue #131CC6

Tints of Persian Blue #131CC6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.43%

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

R = 7.76%
G = 11.43%
B = 80.82%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#131CC6 (or 0x131CC6) is known color: Persian Blue. HEX triplet: 13, 1C and C6. RGB value is (19,28,198). Sum of RGB (Red+Green+Blue) = 19+28+198=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 198 (77.73% from 255 or 80.82% from 245); Max value from RGB is 198 - color contains mainly: blue. Hex color #131CC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131CC6 is #ECE339. Grayscale: #2C2C2C. Windows color (decimal): -15524666 or 12983315. OLE color: 12983315.

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

Color convert

RGB 19 28 198 -
CMYK 0.90 0.86 0 0.22
HSL 236.98º 0.82% 0.43% -
HSV(B) 236.98º 0.9% 0.78% -
XYZ 10.88 5.05 53.83 -
YUV 44.69 214.52 109.68 -
System Red Green Blue C M Y K H S L
Decimal 19 28 198 0.90 0.86 0 0.22 236.98 0.82 0.43
Hex 13 1C C6 5A 56 0 16 ED 52 2B
Octal 23 34 306 132 126 0 26 355 122 53
Binary 10011 11100 11000110 1011010 1010110 0 10110 11101101 1010010 101011

Color Harmonies of #131CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131CC6

Black with #131CC6

Text Example


Text Example

White with #131CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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