Html Css Color HEX #131BC0 Persian Blue

📋 copy color: '#131BC0'

red 19 ◦ green 27 ◦ blue 192

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

Shades of Persian Blue #131BC0

Tints of Persian Blue #131BC0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.34%

 BLUE value IS 192 (75.39% from 255) = 80.67%

R = 7.98%
G = 11.34%
B = 80.67%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#131BC0 (or 0x131BC0) is known color: Persian Blue. HEX triplet: 13, 1B and C0. RGB value is (19,27,192). Sum of RGB (Red+Green+Blue) = 19+27+192=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 192 (75.39% from 255 or 80.67% from 238); Max value from RGB is 192 - color contains mainly: blue. Hex color #131BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BC0 is #ECE43F. Grayscale: #2A2A2A. Windows color (decimal): -15524928 or 12589843. OLE color: 12589843.

HSL color Cylindrical-coordinate representation of color #131BC0: hue angle of 237.23º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131BC0 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 27 192 -
CMYK 0.90 0.86 0 0.25
HSL 237.23º 0.82% 0.41% -
HSV(B) 237.23º 0.9% 0.75% -
XYZ 10.17 4.73 50.25 -
YUV 43.42 211.85 110.58 -
System Red Green Blue C M Y K H S L
Decimal 19 27 192 0.90 0.86 0 0.25 237.23 0.82 0.41
Hex 13 1B C0 5A 56 0 19 ED 52 29
Octal 23 33 300 132 126 0 31 355 122 51
Binary 10011 11011 11000000 1011010 1010110 0 11001 11101101 1010010 101001

Color Harmonies of #131BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131BC0

Black with #131BC0

Text Example


Text Example

White with #131BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,27,192); }

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

background-color css

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

 a { background-color: rgb(19,27,192); }

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

border-color css

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

 span { border-color: rgb(19,27,192); }

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