Html Css Color HEX #131BBF Persian Blue

📋 copy color: '#131BBF'

red 19 ◦ green 27 ◦ blue 191

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

Shades of Persian Blue #131BBF

Tints of Persian Blue #131BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 80.59%

R = 8.02%
G = 11.39%
B = 80.59%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#131BBF (or 0x131BBF) is known color: Persian Blue. HEX triplet: 13, 1B and BF. RGB value is (19,27,191). Sum of RGB (Red+Green+Blue) = 19+27+191=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 191 (75% from 255 or 80.59% from 237); Max value from RGB is 191 - color contains mainly: blue. Hex color #131BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BBF is #ECE440. Grayscale: #2A2A2A. Windows color (decimal): -15524929 or 12524307. OLE color: 12524307.

HSL color Cylindrical-coordinate representation of color #131BBF: hue angle of 237.21º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131BBF is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 27 191 -
CMYK 0.90 0.86 0 0.25
HSL 237.21º 0.82% 0.41% -
HSV(B) 237.21º 0.9% 0.75% -
XYZ 10.06 4.68 49.66 -
YUV 43.3 211.35 110.66 -
System Red Green Blue C M Y K H S L
Decimal 19 27 191 0.90 0.86 0 0.25 237.21 0.82 0.41
Hex 13 1B BF 5A 56 0 19 ED 52 29
Octal 23 33 277 132 126 0 31 355 122 51
Binary 10011 11011 10111111 1011010 1010110 0 11001 11101101 1010010 101001

Color Harmonies of #131BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131BBF

Black with #131BBF

Text Example


Text Example

White with #131BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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