Html Css Color HEX #1429B9 Persian Blue

📋 copy color: '#1429B9'

red 20 ◦ green 41 ◦ blue 185

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

Shades of Persian Blue #1429B9

Tints of Persian Blue #1429B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 75.2%

R = 8.13%
G = 16.67%
B = 75.2%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1429B9 (or 0x1429B9) is known color: Persian Blue. HEX triplet: 14, 29 and B9. RGB value is (20,41,185). Sum of RGB (Red+Green+Blue) = 20+41+185=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 185 (72.66% from 255 or 75.20% from 246); Max value from RGB is 185 - color contains mainly: blue. Hex color #1429B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1429B9 is #EBD646. Grayscale: #323232. Windows color (decimal): -15455815 or 12134676. OLE color: 12134676.

HSL color Cylindrical-coordinate representation of color #1429B9: hue angle of 232.36º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1429B9 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 41 185 -
CMYK 0.89 0.78 0 0.27
HSL 232.36º 0.8% 0.4% -
HSV(B) 232.36º 0.89% 0.73% -
XYZ 9.84 5.24 46.39 -
YUV 51.14 203.54 105.79 -
System Red Green Blue C M Y K H S L
Decimal 20 41 185 0.89 0.78 0 0.27 232.36 0.8 0.4
Hex 14 29 B9 59 4E 0 1B E8 50 28
Octal 24 51 271 131 116 0 33 350 120 50
Binary 10100 101001 10111001 1011001 1001110 0 11011 11101000 1010000 101000

Color Harmonies of #1429B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1429B9

Black with #1429B9

Text Example


Text Example

White with #1429B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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