Html Css Color HEX #131DBF Persian Blue

📋 copy color: '#131DBF'

red 19 ◦ green 29 ◦ blue 191

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

Shades of Persian Blue #131DBF

Tints of Persian Blue #131DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.13%

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

R = 7.95%
G = 12.13%
B = 79.92%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#131DBF (or 0x131DBF) is known color: Persian Blue. HEX triplet: 13, 1D and BF. RGB value is (19,29,191). Sum of RGB (Red+Green+Blue) = 19+29+191=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 191 (75% from 255 or 79.92% from 239); Max value from RGB is 191 - color contains mainly: blue. Hex color #131DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131DBF is #ECE240. Grayscale: #2B2B2B. Windows color (decimal): -15524417 or 12524819. OLE color: 12524819.

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

Color convert

RGB 19 29 191 -
CMYK 0.90 0.85 0 0.25
HSL 236.51º 0.82% 0.41% -
HSV(B) 236.51º 0.9% 0.75% -
XYZ 10.11 4.78 49.68 -
YUV 44.48 210.69 109.83 -
System Red Green Blue C M Y K H S L
Decimal 19 29 191 0.90 0.85 0 0.25 236.51 0.82 0.41
Hex 13 1D BF 5A 55 0 19 ED 52 29
Octal 23 35 277 132 125 0 31 355 122 51
Binary 10011 11101 10111111 1011010 1010101 0 11001 11101101 1010010 101001

Color Harmonies of #131DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131DBF

Black with #131DBF

Text Example


Text Example

White with #131DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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