Html Css Color HEX #1C41CD Persian Blue

📋 copy color: '#1C41CD'

red 28 ◦ green 65 ◦ blue 205

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

Shades of Persian Blue #1C41CD

Tints of Persian Blue #1C41CD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.81%

 BLUE value IS 205 (80.47% from 255) = 68.79%

R = 9.4%
G = 21.81%
B = 68.79%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C41CD (or 0x1C41CD) is known color: Persian Blue. HEX triplet: 1C, 41 and CD. RGB value is (28,65,205). Sum of RGB (Red+Green+Blue) = 28+65+205=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C41CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C41CD is #E3BE32. Grayscale: #454545. Windows color (decimal): -14925363 or 13451548. OLE color: 13451548.

HSL color Cylindrical-coordinate representation of color #1C41CD: hue angle of 227.46º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C41CD is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 65 205 -
CMYK 0.86 0.68 0 0.20
HSL 227.46º 0.76% 0.46% -
HSV(B) 227.46º 0.86% 0.8% -
XYZ 13.39 8.44 58.68 -
YUV 69.9 204.24 98.12 -
System Red Green Blue C M Y K H S L
Decimal 28 65 205 0.86 0.68 0 0.20 227.46 0.76 0.46
Hex 1C 41 CD 56 44 0 14 E3 4C 2E
Octal 34 101 315 126 104 0 24 343 114 56
Binary 11100 1000001 11001101 1010110 1000100 0 10100 11100011 1001100 101110

Color Harmonies of #1C41CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C41CD

Black with #1C41CD

Text Example


Text Example

White with #1C41CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,65,205); }

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

background-color css

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

 a { background-color: rgb(28,65,205); }

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

border-color css

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

 span { border-color: rgb(28,65,205); }

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