Html Css Color HEX #1D32CA Persian Blue

📋 copy color: '#1D32CA'

red 29 ◦ green 50 ◦ blue 202

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

Shades of Persian Blue #1D32CA

Tints of Persian Blue #1D32CA

RGB

 RED value IS 29 (11.72% from 255) = 10.32%

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

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

R = 10.32%
G = 17.79%
B = 71.89%

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

#1D32CA (or 0x1D32CA) is known color: Persian Blue. HEX triplet: 1D, 32 and CA. RGB value is (29,50,202). Sum of RGB (Red+Green+Blue) = 29+50+202=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 202 (79.30% from 255 or 71.89% from 281); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D32CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D32CA is #E2CD35. Grayscale: #3C3C3C. Windows color (decimal): -14863670 or 13251101. OLE color: 13251101.

HSL color Cylindrical-coordinate representation of color #1D32CA: hue angle of 232.72º degrees, saturation: 0.75, 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 #1D32CA is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 29 50 202 -
CMYK 0.86 0.75 0 0.21
HSL 232.72º 0.75% 0.45% -
HSV(B) 232.72º 0.86% 0.79% -
XYZ 12.31 6.81 56.54 -
YUV 61.05 207.54 105.14 -
System Red Green Blue C M Y K H S L
Decimal 29 50 202 0.86 0.75 0 0.21 232.72 0.75 0.45
Hex 1D 32 CA 56 4B 0 15 E9 4B 2D
Octal 35 62 312 126 113 0 25 351 113 55
Binary 11101 110010 11001010 1010110 1001011 0 10101 11101001 1001011 101101

Color Harmonies of #1D32CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D32CA

Black with #1D32CA

Text Example


Text Example

White with #1D32CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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