Html Css Color HEX #1C29CA Persian Blue

📋 copy color: '#1C29CA'

red 28 ◦ green 41 ◦ blue 202

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

Shades of Persian Blue #1C29CA

Tints of Persian Blue #1C29CA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.13%

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

R = 10.33%
G = 15.13%
B = 74.54%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1C29CA (or 0x1C29CA) is known color: Persian Blue. HEX triplet: 1C, 29 and CA. RGB value is (28,41,202). Sum of RGB (Red+Green+Blue) = 28+41+202=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 202 (79.30% from 255 or 74.54% from 271); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C29CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C29CA is #E3D635. Grayscale: #363636. Windows color (decimal): -14931510 or 13248796. OLE color: 13248796.

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

Color convert

RGB 28 41 202 -
CMYK 0.86 0.80 0 0.21
HSL 235.52º 0.76% 0.45% -
HSV(B) 235.52º 0.86% 0.79% -
XYZ 11.93 6.1 56.43 -
YUV 55.47 210.69 108.41 -
System Red Green Blue C M Y K H S L
Decimal 28 41 202 0.86 0.80 0 0.21 235.52 0.76 0.45
Hex 1C 29 CA 56 50 0 15 EC 4C 2D
Octal 34 51 312 126 120 0 25 354 114 55
Binary 11100 101001 11001010 1010110 1010000 0 10101 11101100 1001100 101101

Color Harmonies of #1C29CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C29CA

Black with #1C29CA

Text Example


Text Example

White with #1C29CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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