Html Css Color HEX #131FBB Persian Blue

📋 copy color: '#131FBB'

red 19 ◦ green 31 ◦ blue 187

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

Shades of Persian Blue #131FBB

Tints of Persian Blue #131FBB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.08%

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

R = 8.02%
G = 13.08%
B = 78.9%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#131FBB (or 0x131FBB) is known color: Persian Blue. HEX triplet: 13, 1F and BB. RGB value is (19,31,187). Sum of RGB (Red+Green+Blue) = 19+31+187=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 187 (73.44% from 255 or 78.90% from 237); Max value from RGB is 187 - color contains mainly: blue. Hex color #131FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131FBB is #ECE044. Grayscale: #2C2C2C. Windows color (decimal): -15523909 or 12263187. OLE color: 12263187.

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

Color convert

RGB 19 31 187 -
CMYK 0.90 0.83 0 0.27
HSL 235.71º 0.82% 0.4% -
HSV(B) 235.71º 0.9% 0.73% -
XYZ 9.73 4.71 47.41 -
YUV 45.2 208.02 109.32 -
System Red Green Blue C M Y K H S L
Decimal 19 31 187 0.90 0.83 0 0.27 235.71 0.82 0.4
Hex 13 1F BB 5A 53 0 1B EC 52 28
Octal 23 37 273 132 123 0 33 354 122 50
Binary 10011 11111 10111011 1011010 1010011 0 11011 11101100 1010010 101000

Color Harmonies of #131FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131FBB

Black with #131FBB

Text Example


Text Example

White with #131FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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