Html Css Color HEX #1C46CD Persian Blue

📋 copy color: '#1C46CD'

red 28 ◦ green 70 ◦ blue 205

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

Shades of Persian Blue #1C46CD

Tints of Persian Blue #1C46CD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.1%

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

R = 9.24%
G = 23.1%
B = 67.66%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C46CD (or 0x1C46CD) is known color: Persian Blue. HEX triplet: 1C, 46 and CD. RGB value is (28,70,205). Sum of RGB (Red+Green+Blue) = 28+70+205=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C46CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C46CD is #E3B932. Grayscale: #484848. Windows color (decimal): -14924083 or 13452828. OLE color: 13452828.

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

Color convert

RGB 28 70 205 -
CMYK 0.86 0.66 0 0.20
HSL 225.76º 0.76% 0.46% -
HSV(B) 225.76º 0.86% 0.8% -
XYZ 13.69 9.03 58.78 -
YUV 72.83 202.59 96.02 -
System Red Green Blue C M Y K H S L
Decimal 28 70 205 0.86 0.66 0 0.20 225.76 0.76 0.46
Hex 1C 46 CD 56 42 0 14 E2 4C 2E
Octal 34 106 315 126 102 0 24 342 114 56
Binary 11100 1000110 11001101 1010110 1000010 0 10100 11100010 1001100 101110

Color Harmonies of #1C46CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C46CD

Black with #1C46CD

Text Example


Text Example

White with #1C46CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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