Html Css Color HEX #1432CA Persian Blue

📋 copy color: '#1432CA'

red 20 ◦ green 50 ◦ blue 202

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

Shades of Persian Blue #1432CA

Tints of Persian Blue #1432CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 74.26%

R = 7.35%
G = 18.38%
B = 74.26%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1432CA (or 0x1432CA) is known color: Persian Blue. HEX triplet: 14, 32 and CA. RGB value is (20,50,202). Sum of RGB (Red+Green+Blue) = 20+50+202=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 202 (79.30% from 255 or 74.26% from 272); Max value from RGB is 202 - color contains mainly: blue. Hex color #1432CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1432CA is #EBCD35. Grayscale: #393939. Windows color (decimal): -15453494 or 13251092. OLE color: 13251092.

HSL color Cylindrical-coordinate representation of color #1432CA: hue angle of 230.11º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1432CA is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 50 202 -
CMYK 0.90 0.75 0 0.21
HSL 230.11º 0.82% 0.44% -
HSV(B) 230.11º 0.9% 0.79% -
XYZ 12.09 6.69 56.53 -
YUV 58.36 209.06 100.64 -
System Red Green Blue C M Y K H S L
Decimal 20 50 202 0.90 0.75 0 0.21 230.11 0.82 0.44
Hex 14 32 CA 5A 4B 0 15 E6 52 2C
Octal 24 62 312 132 113 0 25 346 122 54
Binary 10100 110010 11001010 1011010 1001011 0 10101 11100110 1010010 101100

Color Harmonies of #1432CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1432CA

Black with #1432CA

Text Example


Text Example

White with #1432CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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