Html Css Color HEX #1432BC Persian Blue

📋 copy color: '#1432BC'

red 20 ◦ green 50 ◦ blue 188

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

Shades of Persian Blue #1432BC

Tints of Persian Blue #1432BC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.38%

 BLUE value IS 188 (73.83% from 255) = 72.87%

R = 7.75%
G = 19.38%
B = 72.87%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1432BC (or 0x1432BC) is known color: Persian Blue. HEX triplet: 14, 32 and BC. RGB value is (20,50,188). Sum of RGB (Red+Green+Blue) = 20+50+188=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 188 (73.83% from 255 or 72.87% from 258); Max value from RGB is 188 - color contains mainly: blue. Hex color #1432BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1432BC is #EBCD43. Grayscale: #383838. Windows color (decimal): -15453508 or 12333588. OLE color: 12333588.

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

Color convert

RGB 20 50 188 -
CMYK 0.89 0.73 0 0.26
HSL 229.29º 0.81% 0.41% -
HSV(B) 229.29º 0.89% 0.74% -
XYZ 10.51 6.06 48.19 -
YUV 56.76 202.06 101.78 -
System Red Green Blue C M Y K H S L
Decimal 20 50 188 0.89 0.73 0 0.26 229.29 0.81 0.41
Hex 14 32 BC 59 49 0 1A E5 51 29
Octal 24 62 274 131 111 0 32 345 121 51
Binary 10100 110010 10111100 1011001 1001001 0 11010 11100101 1010001 101001

Color Harmonies of #1432BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1432BC

Black with #1432BC

Text Example


Text Example

White with #1432BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1432BC; }

 p { color: rgb(20,50,188); }

 H1.HeaderClassName
 {
   color: #1432BC;
 }
 .AnyTagClassName
 {
   color: #1432BC;
 }
</style>

background-color css

<style>
 a { background-color: #1432BC; }

 a { background-color: rgb(20,50,188); }

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

border-color css

<style>
 span { border-color: #1432BC; }

 span { border-color: rgb(20,50,188); }

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