Html Css Color HEX #1429BE Persian Blue

📋 copy color: '#1429BE'

red 20 ◦ green 41 ◦ blue 190

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

Shades of Persian Blue #1429BE

Tints of Persian Blue #1429BE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.33%

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

R = 7.97%
G = 16.33%
B = 75.7%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1429BE (or 0x1429BE) is known color: Persian Blue. HEX triplet: 14, 29 and BE. RGB value is (20,41,190). Sum of RGB (Red+Green+Blue) = 20+41+190=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 190 (74.61% from 255 or 75.70% from 251); Max value from RGB is 190 - color contains mainly: blue. Hex color #1429BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1429BE is #EBD641. Grayscale: #333333. Windows color (decimal): -15455810 or 12462356. OLE color: 12462356.

HSL color Cylindrical-coordinate representation of color #1429BE: hue angle of 232.59º 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 #1429BE is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 41 190 -
CMYK 0.89 0.78 0 0.25
HSL 232.59º 0.81% 0.41% -
HSV(B) 232.59º 0.89% 0.75% -
XYZ 10.38 5.45 49.22 -
YUV 51.71 206.04 105.38 -
System Red Green Blue C M Y K H S L
Decimal 20 41 190 0.89 0.78 0 0.25 232.59 0.81 0.41
Hex 14 29 BE 59 4E 0 19 E9 51 29
Octal 24 51 276 131 116 0 31 351 121 51
Binary 10100 101001 10111110 1011001 1001110 0 11001 11101001 1010001 101001

Color Harmonies of #1429BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1429BE

Black with #1429BE

Text Example


Text Example

White with #1429BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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