Html Css Color HEX #131EBC Persian Blue

📋 copy color: '#131EBC'

red 19 ◦ green 30 ◦ blue 188

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

Shades of Persian Blue #131EBC

Tints of Persian Blue #131EBC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.66%

 BLUE value IS 188 (73.83% from 255) = 79.32%

R = 8.02%
G = 12.66%
B = 79.32%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#131EBC (or 0x131EBC) is known color: Persian Blue. HEX triplet: 13, 1E and BC. RGB value is (19,30,188). Sum of RGB (Red+Green+Blue) = 19+30+188=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 188 (73.83% from 255 or 79.32% from 237); Max value from RGB is 188 - color contains mainly: blue. Hex color #131EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131EBC is #ECE143. Grayscale: #2C2C2C. Windows color (decimal): -15524164 or 12328467. OLE color: 12328467.

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

Color convert

RGB 19 30 188 -
CMYK 0.90 0.84 0 0.26
HSL 236.09º 0.82% 0.41% -
HSV(B) 236.09º 0.9% 0.74% -
XYZ 9.81 4.7 47.97 -
YUV 44.72 208.86 109.65 -
System Red Green Blue C M Y K H S L
Decimal 19 30 188 0.90 0.84 0 0.26 236.09 0.82 0.41
Hex 13 1E BC 5A 54 0 1A EC 52 29
Octal 23 36 274 132 124 0 32 354 122 51
Binary 10011 11110 10111100 1011010 1010100 0 11010 11101100 1010010 101001

Color Harmonies of #131EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131EBC

Black with #131EBC

Text Example


Text Example

White with #131EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,30,188); }

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

background-color css

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

 a { background-color: rgb(19,30,188); }

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

border-color css

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

 span { border-color: rgb(19,30,188); }

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