Html Css Color HEX #131CBE Persian Blue

📋 copy color: '#131CBE'

red 19 ◦ green 28 ◦ blue 190

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

Shades of Persian Blue #131CBE

Tints of Persian Blue #131CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 80.17%

R = 8.02%
G = 11.81%
B = 80.17%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#131CBE (or 0x131CBE) is known color: Persian Blue. HEX triplet: 13, 1C and BE. RGB value is (19,28,190). Sum of RGB (Red+Green+Blue) = 19+28+190=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #131CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131CBE is #ECE341. Grayscale: #2B2B2B. Windows color (decimal): -15524674 or 12459027. OLE color: 12459027.

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

Color convert

RGB 19 28 190 -
CMYK 0.90 0.85 0 0.25
HSL 236.84º 0.82% 0.41% -
HSV(B) 236.84º 0.9% 0.75% -
XYZ 9.98 4.69 49.09 -
YUV 43.78 210.52 110.33 -
System Red Green Blue C M Y K H S L
Decimal 19 28 190 0.90 0.85 0 0.25 236.84 0.82 0.41
Hex 13 1C BE 5A 55 0 19 ED 52 29
Octal 23 34 276 132 125 0 31 355 122 51
Binary 10011 11100 10111110 1011010 1010101 0 11001 11101101 1010010 101001

Color Harmonies of #131CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131CBE

Black with #131CBE

Text Example


Text Example

White with #131CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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