Html Css Color HEX #131BB6 Persian Blue

📋 copy color: '#131BB6'

red 19 ◦ green 27 ◦ blue 182

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

Shades of Persian Blue #131BB6

Tints of Persian Blue #131BB6

RGB

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

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

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

R = 8.33%
G = 11.84%
B = 79.82%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#131BB6 (or 0x131BB6) is known color: Persian Blue. HEX triplet: 13, 1B and B6. RGB value is (19,27,182). Sum of RGB (Red+Green+Blue) = 19+27+182=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 182 (71.48% from 255 or 79.82% from 228); Max value from RGB is 182 - color contains mainly: blue. Hex color #131BB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BB6 is #ECE449. Grayscale: #292929. Windows color (decimal): -15524938 or 11934483. OLE color: 11934483.

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

Color convert

RGB 19 27 182 -
CMYK 0.90 0.85 0 0.29
HSL 237.06º 0.81% 0.39% -
HSV(B) 237.06º 0.9% 0.71% -
XYZ 9.1 4.3 44.61 -
YUV 42.28 206.85 111.4 -
System Red Green Blue C M Y K H S L
Decimal 19 27 182 0.90 0.85 0 0.29 237.06 0.81 0.39
Hex 13 1B B6 5A 55 0 1D ED 51 27
Octal 23 33 266 132 125 0 35 355 121 47
Binary 10011 11011 10110110 1011010 1010101 0 11101 11101101 1010001 100111

Color Harmonies of #131BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131BB6

Black with #131BB6

Text Example


Text Example

White with #131BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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