Html Css Color HEX #1C29BA Persian Blue

📋 copy color: '#1C29BA'

red 28 ◦ green 41 ◦ blue 186

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

Shades of Persian Blue #1C29BA

Tints of Persian Blue #1C29BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 72.94%

R = 10.98%
G = 16.08%
B = 72.94%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1C29BA (or 0x1C29BA) is known color: Persian Blue. HEX triplet: 1C, 29 and BA. RGB value is (28,41,186). Sum of RGB (Red+Green+Blue) = 28+41+186=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #1C29BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C29BA is #E3D645. Grayscale: #353535. Windows color (decimal): -14931526 or 12200220. OLE color: 12200220.

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

Color convert

RGB 28 41 186 -
CMYK 0.85 0.78 0 0.27
HSL 235.06º 0.74% 0.42% -
HSV(B) 235.06º 0.85% 0.73% -
XYZ 10.13 5.38 46.96 -
YUV 53.64 202.69 109.71 -
System Red Green Blue C M Y K H S L
Decimal 28 41 186 0.85 0.78 0 0.27 235.06 0.74 0.42
Hex 1C 29 BA 55 4E 0 1B EB 4A 2A
Octal 34 51 272 125 116 0 33 353 112 52
Binary 11100 101001 10111010 1010101 1001110 0 11011 11101011 1001010 101010

Color Harmonies of #1C29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C29BA

Black with #1C29BA

Text Example


Text Example

White with #1C29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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