Html Css Color HEX #1432CC Persian Blue

📋 copy color: '#1432CC'

red 20 ◦ green 50 ◦ blue 204

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

Shades of Persian Blue #1432CC

Tints of Persian Blue #1432CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 74.45%

R = 7.3%
G = 18.25%
B = 74.45%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1432CC (or 0x1432CC) is known color: Persian Blue. HEX triplet: 14, 32 and CC. RGB value is (20,50,204). Sum of RGB (Red+Green+Blue) = 20+50+204=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #1432CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1432CC is #EBCD33. Grayscale: #393939. Windows color (decimal): -15453492 or 13382164. OLE color: 13382164.

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

Color convert

RGB 20 50 204 -
CMYK 0.90 0.75 0 0.2
HSL 230.22º 0.82% 0.44% -
HSV(B) 230.22º 0.9% 0.8% -
XYZ 12.33 6.79 57.79 -
YUV 58.59 210.06 100.48 -
System Red Green Blue C M Y K H S L
Decimal 20 50 204 0.90 0.75 0 0.2 230.22 0.82 0.44
Hex 14 32 CC 5A 4B 0 14 E6 52 2C
Octal 24 62 314 132 113 0 24 346 122 54
Binary 10100 110010 11001100 1011010 1001011 0 10100 11100110 1010010 101100

Color Harmonies of #1432CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1432CC

Black with #1432CC

Text Example


Text Example

White with #1432CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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