Html Css Color HEX #131BB9 Persian Blue

📋 copy color: '#131BB9'

red 19 ◦ green 27 ◦ blue 185

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

Shades of Persian Blue #131BB9

Tints of Persian Blue #131BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 80.09%

R = 8.23%
G = 11.69%
B = 80.09%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#131BB9 (or 0x131BB9) is known color: Persian Blue. HEX triplet: 13, 1B and B9. RGB value is (19,27,185). Sum of RGB (Red+Green+Blue) = 19+27+185=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 185 (72.66% from 255 or 80.09% from 231); Max value from RGB is 185 - color contains mainly: blue. Hex color #131BB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BB9 is #ECE446. Grayscale: #292929. Windows color (decimal): -15524935 or 12131091. OLE color: 12131091.

HSL color Cylindrical-coordinate representation of color #131BB9: hue angle of 237.11º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131BB9 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 27 185 -
CMYK 0.90 0.85 0 0.27
HSL 237.11º 0.81% 0.4% -
HSV(B) 237.11º 0.9% 0.73% -
XYZ 9.42 4.43 46.26 -
YUV 42.62 208.35 111.15 -
System Red Green Blue C M Y K H S L
Decimal 19 27 185 0.90 0.85 0 0.27 237.11 0.81 0.4
Hex 13 1B B9 5A 55 0 1B ED 51 28
Octal 23 33 271 132 125 0 33 355 121 50
Binary 10011 11011 10111001 1011010 1010101 0 11011 11101101 1010001 101000

Color Harmonies of #131BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131BB9

Black with #131BB9

Text Example


Text Example

White with #131BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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