Html Css Color HEX #1432BE Persian Blue

📋 copy color: '#1432BE'

red 20 ◦ green 50 ◦ blue 190

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

Shades of Persian Blue #1432BE

Tints of Persian Blue #1432BE

RGB

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

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

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

R = 7.69%
G = 19.23%
B = 73.08%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1432BE (or 0x1432BE) is known color: Persian Blue. HEX triplet: 14, 32 and BE. RGB value is (20,50,190). Sum of RGB (Red+Green+Blue) = 20+50+190=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 190 (74.61% from 255 or 73.08% from 260); Max value from RGB is 190 - color contains mainly: blue. Hex color #1432BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1432BE is #EBCD41. Grayscale: #383838. Windows color (decimal): -15453506 or 12464660. OLE color: 12464660.

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

Color convert

RGB 20 50 190 -
CMYK 0.89 0.74 0 0.25
HSL 229.41º 0.81% 0.41% -
HSV(B) 229.41º 0.89% 0.75% -
XYZ 10.72 6.15 49.34 -
YUV 56.99 203.06 101.62 -
System Red Green Blue C M Y K H S L
Decimal 20 50 190 0.89 0.74 0 0.25 229.41 0.81 0.41
Hex 14 32 BE 59 4A 0 19 E5 51 29
Octal 24 62 276 131 112 0 31 345 121 51
Binary 10100 110010 10111110 1011001 1001010 0 11001 11100101 1010001 101001

Color Harmonies of #1432BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1432BE

Black with #1432BE

Text Example


Text Example

White with #1432BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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