Html Css Color HEX #131FB6 Persian Blue

📋 copy color: '#131FB6'

red 19 ◦ green 31 ◦ blue 182

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

Shades of Persian Blue #131FB6

Tints of Persian Blue #131FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 78.45%

R = 8.19%
G = 13.36%
B = 78.45%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#131FB6 (or 0x131FB6) is known color: Persian Blue. HEX triplet: 13, 1F and B6. RGB value is (19,31,182). Sum of RGB (Red+Green+Blue) = 19+31+182=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 182 (71.48% from 255 or 78.45% from 232); Max value from RGB is 182 - color contains mainly: blue. Hex color #131FB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131FB6 is #ECE049. Grayscale: #2C2C2C. Windows color (decimal): -15523914 or 11935507. OLE color: 11935507.

HSL color Cylindrical-coordinate representation of color #131FB6: hue angle of 235.58º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131FB6 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 31 182 -
CMYK 0.90 0.83 0 0.29
HSL 235.58º 0.81% 0.39% -
HSV(B) 235.58º 0.9% 0.71% -
XYZ 9.2 4.5 44.64 -
YUV 44.63 205.52 109.72 -
System Red Green Blue C M Y K H S L
Decimal 19 31 182 0.90 0.83 0 0.29 235.58 0.81 0.39
Hex 13 1F B6 5A 53 0 1D EC 51 27
Octal 23 37 266 132 123 0 35 354 121 47
Binary 10011 11111 10110110 1011010 1010011 0 11101 11101100 1010001 100111

Color Harmonies of #131FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131FB6

Black with #131FB6

Text Example


Text Example

White with #131FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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