Html Css Color HEX #1431E9 Persian Blue

📋 copy color: '#1431E9'

red 20 ◦ green 49 ◦ blue 233

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

Shades of Persian Blue #1431E9

Tints of Persian Blue #1431E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 77.15%

R = 6.62%
G = 16.23%
B = 77.15%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1431E9 (or 0x1431E9) is known color: Persian Blue. HEX triplet: 14, 31 and E9. RGB value is (20,49,233). Sum of RGB (Red+Green+Blue) = 20+49+233=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 233 (91.41% from 255 or 77.15% from 302); Max value from RGB is 233 - color contains mainly: blue. Hex color #1431E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1431E9 is #EBCE16. Grayscale: #3C3C3C. Windows color (decimal): -15453719 or 15282452. OLE color: 15282452.

HSL color Cylindrical-coordinate representation of color #1431E9: hue angle of 231.83º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1431E9 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 49 233 -
CMYK 0.91 0.79 0 0.09
HSL 231.83º 0.84% 0.5% -
HSV(B) 231.83º 0.91% 0.91% -
XYZ 16.09 8.23 77.83 -
YUV 61.31 224.89 98.54 -
System Red Green Blue C M Y K H S L
Decimal 20 49 233 0.91 0.79 0 0.09 231.83 0.84 0.5
Hex 14 31 E9 5B 4F 0 9 E8 54 32
Octal 24 61 351 133 117 0 11 350 124 62
Binary 10100 110001 11101001 1011011 1001111 0 1001 11101000 1010100 110010

Color Harmonies of #1431E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1431E9

Black with #1431E9

Text Example


Text Example

White with #1431E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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