Html Css Color HEX #131DBC Persian Blue

📋 copy color: '#131DBC'

red 19 ◦ green 29 ◦ blue 188

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

Shades of Persian Blue #131DBC

Tints of Persian Blue #131DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 79.66%

R = 8.05%
G = 12.29%
B = 79.66%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#131DBC (or 0x131DBC) is known color: Persian Blue. HEX triplet: 13, 1D and BC. RGB value is (19,29,188). Sum of RGB (Red+Green+Blue) = 19+29+188=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 188 (73.83% from 255 or 79.66% from 236); Max value from RGB is 188 - color contains mainly: blue. Hex color #131DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131DBC is #ECE243. Grayscale: #2B2B2B. Windows color (decimal): -15524420 or 12328211. OLE color: 12328211.

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

Color convert

RGB 19 29 188 -
CMYK 0.90 0.85 0 0.26
HSL 236.45º 0.82% 0.41% -
HSV(B) 236.45º 0.9% 0.74% -
XYZ 9.79 4.65 47.96 -
YUV 44.14 209.19 110.07 -
System Red Green Blue C M Y K H S L
Decimal 19 29 188 0.90 0.85 0 0.26 236.45 0.82 0.41
Hex 13 1D BC 5A 55 0 1A EC 52 29
Octal 23 35 274 132 125 0 32 354 122 51
Binary 10011 11101 10111100 1011010 1010101 0 11010 11101100 1010010 101001

Color Harmonies of #131DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131DBC

Black with #131DBC

Text Example


Text Example

White with #131DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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