Html Css Color HEX #1431BB Persian Blue

📋 copy color: '#1431BB'

red 20 ◦ green 49 ◦ blue 187

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

Shades of Persian Blue #1431BB

Tints of Persian Blue #1431BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 73.05%

R = 7.81%
G = 19.14%
B = 73.05%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1431BB (or 0x1431BB) is known color: Persian Blue. HEX triplet: 14, 31 and BB. RGB value is (20,49,187). Sum of RGB (Red+Green+Blue) = 20+49+187=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #1431BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1431BB is #EBCE44. Grayscale: #373737. Windows color (decimal): -15453765 or 12267796. OLE color: 12267796.

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

Color convert

RGB 20 49 187 -
CMYK 0.89 0.74 0 0.27
HSL 229.58º 0.81% 0.41% -
HSV(B) 229.58º 0.89% 0.73% -
XYZ 10.36 5.93 47.61 -
YUV 56.06 201.89 102.28 -
System Red Green Blue C M Y K H S L
Decimal 20 49 187 0.89 0.74 0 0.27 229.58 0.81 0.41
Hex 14 31 BB 59 4A 0 1B E6 51 29
Octal 24 61 273 131 112 0 33 346 121 51
Binary 10100 110001 10111011 1011001 1001010 0 11011 11100110 1010001 101001

Color Harmonies of #1431BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1431BB

Black with #1431BB

Text Example


Text Example

White with #1431BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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