Html Css Color HEX #131DBE Persian Blue

📋 copy color: '#131DBE'

red 19 ◦ green 29 ◦ blue 190

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

Shades of Persian Blue #131DBE

Tints of Persian Blue #131DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 79.83%

R = 7.98%
G = 12.18%
B = 79.83%

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

#131DBE (or 0x131DBE) is known color: Persian Blue. HEX triplet: 13, 1D and BE. RGB value is (19,29,190). Sum of RGB (Red+Green+Blue) = 19+29+190=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 190 (74.61% from 255 or 79.83% from 238); Max value from RGB is 190 - color contains mainly: blue. Hex color #131DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131DBE is #ECE241. Grayscale: #2B2B2B. Windows color (decimal): -15524418 or 12459283. OLE color: 12459283.

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

Color convert

RGB 19 29 190 -
CMYK 0.90 0.85 0 0.25
HSL 236.49º 0.82% 0.41% -
HSV(B) 236.49º 0.9% 0.75% -
XYZ 10 4.73 49.1 -
YUV 44.36 210.19 109.91 -
System Red Green Blue C M Y K H S L
Decimal 19 29 190 0.90 0.85 0 0.25 236.49 0.82 0.41
Hex 13 1D BE 5A 55 0 19 EC 52 29
Octal 23 35 276 132 125 0 31 354 122 51
Binary 10011 11101 10111110 1011010 1010101 0 11001 11101100 1010010 101001

Color Harmonies of #131DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131DBE

Black with #131DBE

Text Example


Text Example

White with #131DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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