Html Css Color HEX #131BBB Persian Blue

📋 copy color: '#131BBB'

red 19 ◦ green 27 ◦ blue 187

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

Shades of Persian Blue #131BBB

Tints of Persian Blue #131BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 80.26%

R = 8.15%
G = 11.59%
B = 80.26%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#131BBB (or 0x131BBB) is known color: Persian Blue. HEX triplet: 13, 1B and BB. RGB value is (19,27,187). Sum of RGB (Red+Green+Blue) = 19+27+187=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #131BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BBB is #ECE444. Grayscale: #2A2A2A. Windows color (decimal): -15524933 or 12262163. OLE color: 12262163.

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

Color convert

RGB 19 27 187 -
CMYK 0.90 0.86 0 0.27
HSL 237.14º 0.82% 0.4% -
HSV(B) 237.14º 0.9% 0.73% -
XYZ 9.63 4.51 47.38 -
YUV 42.85 209.35 110.99 -
System Red Green Blue C M Y K H S L
Decimal 19 27 187 0.90 0.86 0 0.27 237.14 0.82 0.4
Hex 13 1B BB 5A 56 0 1B ED 52 28
Octal 23 33 273 132 126 0 33 355 122 50
Binary 10011 11011 10111011 1011010 1010110 0 11011 11101101 1010010 101000

Color Harmonies of #131BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131BBB

Black with #131BBB

Text Example


Text Example

White with #131BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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