Html Css Color HEX #131BBA Persian Blue

📋 copy color: '#131BBA'

red 19 ◦ green 27 ◦ blue 186

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

Shades of Persian Blue #131BBA

Tints of Persian Blue #131BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 80.17%

R = 8.19%
G = 11.64%
B = 80.17%

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

#131BBA (or 0x131BBA) is known color: Persian Blue. HEX triplet: 13, 1B and BA. RGB value is (19,27,186). Sum of RGB (Red+Green+Blue) = 19+27+186=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #131BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BBA is #ECE445. Grayscale: #2A2A2A. Windows color (decimal): -15524934 or 12196627. OLE color: 12196627.

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

Color convert

RGB 19 27 186 -
CMYK 0.90 0.85 0 0.27
HSL 237.13º 0.81% 0.4% -
HSV(B) 237.13º 0.9% 0.73% -
XYZ 9.52 4.47 46.81 -
YUV 42.73 208.85 111.07 -
System Red Green Blue C M Y K H S L
Decimal 19 27 186 0.90 0.85 0 0.27 237.13 0.81 0.4
Hex 13 1B BA 5A 55 0 1B ED 51 28
Octal 23 33 272 132 125 0 33 355 121 50
Binary 10011 11011 10111010 1011010 1010101 0 11011 11101101 1010001 101000

Color Harmonies of #131BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131BBA

Black with #131BBA

Text Example


Text Example

White with #131BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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