Html Css Color HEX #131CBD Persian Blue

📋 copy color: '#131CBD'

red 19 ◦ green 28 ◦ blue 189

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

Shades of Persian Blue #131CBD

Tints of Persian Blue #131CBD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.86%

 BLUE value IS 189 (74.22% from 255) = 80.08%

R = 8.05%
G = 11.86%
B = 80.08%

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

#131CBD (or 0x131CBD) is known color: Persian Blue. HEX triplet: 13, 1C and BD. RGB value is (19,28,189). Sum of RGB (Red+Green+Blue) = 19+28+189=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 189 (74.22% from 255 or 80.08% from 236); Max value from RGB is 189 - color contains mainly: blue. Hex color #131CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131CBD is #ECE342. Grayscale: #2B2B2B. Windows color (decimal): -15524675 or 12393491. OLE color: 12393491.

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

Color convert

RGB 19 28 189 -
CMYK 0.90 0.85 0 0.26
HSL 236.82º 0.82% 0.41% -
HSV(B) 236.82º 0.9% 0.74% -
XYZ 9.87 4.64 48.52 -
YUV 43.66 210.02 110.41 -
System Red Green Blue C M Y K H S L
Decimal 19 28 189 0.90 0.85 0 0.26 236.82 0.82 0.41
Hex 13 1C BD 5A 55 0 1A ED 52 29
Octal 23 34 275 132 125 0 32 355 122 51
Binary 10011 11100 10111101 1011010 1010101 0 11010 11101101 1010010 101001

Color Harmonies of #131CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131CBD

Black with #131CBD

Text Example


Text Example

White with #131CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,28,189); }

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

background-color css

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

 a { background-color: rgb(19,28,189); }

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

border-color css

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

 span { border-color: rgb(19,28,189); }

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