Html Css Color HEX #1C32CA Persian Blue

📋 copy color: '#1C32CA'

red 28 ◦ green 50 ◦ blue 202

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

Shades of Persian Blue #1C32CA

Tints of Persian Blue #1C32CA

RGB

 RED value IS 28 (11.33% from 255) = 10%

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

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

R = 10%
G = 17.86%
B = 72.14%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1C32CA (or 0x1C32CA) is known color: Persian Blue. HEX triplet: 1C, 32 and CA. RGB value is (28,50,202). Sum of RGB (Red+Green+Blue) = 28+50+202=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 202 (79.30% from 255 or 72.14% from 280); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C32CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C32CA is #E3CD35. Grayscale: #3C3C3C. Windows color (decimal): -14929206 or 13251100. OLE color: 13251100.

HSL color Cylindrical-coordinate representation of color #1C32CA: hue angle of 232.41º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C32CA is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 50 202 -
CMYK 0.86 0.75 0 0.21
HSL 232.41º 0.76% 0.45% -
HSV(B) 232.41º 0.86% 0.79% -
XYZ 12.28 6.79 56.54 -
YUV 60.75 207.71 104.64 -
System Red Green Blue C M Y K H S L
Decimal 28 50 202 0.86 0.75 0 0.21 232.41 0.76 0.45
Hex 1C 32 CA 56 4B 0 15 E8 4C 2D
Octal 34 62 312 126 113 0 25 350 114 55
Binary 11100 110010 11001010 1010110 1001011 0 10101 11101000 1001100 101101

Color Harmonies of #1C32CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C32CA

Black with #1C32CA

Text Example


Text Example

White with #1C32CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C32CA; }

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

 H1.HeaderClassName
 {
   color: #1C32CA;
 }
 .AnyTagClassName
 {
   color: #1C32CA;
 }
</style>

background-color css

<style>
 a { background-color: #1C32CA; }

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

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

border-color css

<style>
 span { border-color: #1C32CA; }

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

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