Html Css Color HEX #131BBC Persian Blue

📋 copy color: '#131BBC'

red 19 ◦ green 27 ◦ blue 188

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

Shades of Persian Blue #131BBC

Tints of Persian Blue #131BBC

RGB

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

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

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

R = 8.12%
G = 11.54%
B = 80.34%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#131BBC (or 0x131BBC) is known color: Persian Blue. HEX triplet: 13, 1B and BC. RGB value is (19,27,188). Sum of RGB (Red+Green+Blue) = 19+27+188=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 188 (73.83% from 255 or 80.34% from 234); Max value from RGB is 188 - color contains mainly: blue. Hex color #131BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BBC is #ECE443. Grayscale: #2A2A2A. Windows color (decimal): -15524932 or 12327699. OLE color: 12327699.

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

Color convert

RGB 19 27 188 -
CMYK 0.90 0.86 0 0.26
HSL 237.16º 0.82% 0.41% -
HSV(B) 237.16º 0.9% 0.74% -
XYZ 9.74 4.55 47.94 -
YUV 42.96 209.85 110.91 -
System Red Green Blue C M Y K H S L
Decimal 19 27 188 0.90 0.86 0 0.26 237.16 0.82 0.41
Hex 13 1B BC 5A 56 0 1A ED 52 29
Octal 23 33 274 132 126 0 32 355 122 51
Binary 10011 11011 10111100 1011010 1010110 0 11010 11101101 1010010 101001

Color Harmonies of #131BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131BBC

Black with #131BBC

Text Example


Text Example

White with #131BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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