Html Css Color HEX #1C29BE Persian Blue

📋 copy color: '#1C29BE'

red 28 ◦ green 41 ◦ blue 190

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

Shades of Persian Blue #1C29BE

Tints of Persian Blue #1C29BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 73.36%

R = 10.81%
G = 15.83%
B = 73.36%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1C29BE (or 0x1C29BE) is known color: Persian Blue. HEX triplet: 1C, 29 and BE. RGB value is (28,41,190). Sum of RGB (Red+Green+Blue) = 28+41+190=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 190 (74.61% from 255 or 73.36% from 259); Max value from RGB is 190 - color contains mainly: blue. Hex color #1C29BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C29BE is #E3D641. Grayscale: #353535. Windows color (decimal): -14931522 or 12462364. OLE color: 12462364.

HSL color Cylindrical-coordinate representation of color #1C29BE: hue angle of 235.19º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C29BE is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 41 190 -
CMYK 0.85 0.78 0 0.25
HSL 235.19º 0.74% 0.43% -
HSV(B) 235.19º 0.85% 0.75% -
XYZ 10.57 5.55 49.23 -
YUV 54.1 204.69 109.38 -
System Red Green Blue C M Y K H S L
Decimal 28 41 190 0.85 0.78 0 0.25 235.19 0.74 0.43
Hex 1C 29 BE 55 4E 0 19 EB 4A 2B
Octal 34 51 276 125 116 0 31 353 112 53
Binary 11100 101001 10111110 1010101 1001110 0 11001 11101011 1001010 101011

Color Harmonies of #1C29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C29BE

Black with #1C29BE

Text Example


Text Example

White with #1C29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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