Html Css Color HEX #1431BE Persian Blue

📋 copy color: '#1431BE'

red 20 ◦ green 49 ◦ blue 190

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

Shades of Persian Blue #1431BE

Tints of Persian Blue #1431BE

RGB

 RED value IS 20 (8.2% from 255) = 7.72%

 GREEN value IS 49 (19.53% from 255) = 18.92%

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

R = 7.72%
G = 18.92%
B = 73.36%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1431BE (or 0x1431BE) is known color: Persian Blue. HEX triplet: 14, 31 and BE. RGB value is (20,49,190). Sum of RGB (Red+Green+Blue) = 20+49+190=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 190 (74.61% from 255 or 73.36% from 259); Max value from RGB is 190 - color contains mainly: blue. Hex color #1431BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1431BE is #EBCE41. Grayscale: #373737. Windows color (decimal): -15453762 or 12464404. OLE color: 12464404.

HSL color Cylindrical-coordinate representation of color #1431BE: hue angle of 229.76º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1431BE is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 49 190 -
CMYK 0.89 0.74 0 0.25
HSL 229.76º 0.81% 0.41% -
HSV(B) 229.76º 0.89% 0.75% -
XYZ 10.68 6.06 49.32 -
YUV 56.4 203.39 102.04 -
System Red Green Blue C M Y K H S L
Decimal 20 49 190 0.89 0.74 0 0.25 229.76 0.81 0.41
Hex 14 31 BE 59 4A 0 19 E6 51 29
Octal 24 61 276 131 112 0 31 346 121 51
Binary 10100 110001 10111110 1011001 1001010 0 11001 11100110 1010001 101001

Color Harmonies of #1431BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1431BE

Black with #1431BE

Text Example


Text Example

White with #1431BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1431BE; }

 p { color: rgb(20,49,190); }

 H1.HeaderClassName
 {
   color: #1431BE;
 }
 .AnyTagClassName
 {
   color: #1431BE;
 }
</style>

background-color css

<style>
 a { background-color: #1431BE; }

 a { background-color: rgb(20,49,190); }

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

border-color css

<style>
 span { border-color: #1431BE; }

 span { border-color: rgb(20,49,190); }

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