Html Css Color HEX #1C28CD Persian Blue

📋 copy color: '#1C28CD'

red 28 ◦ green 40 ◦ blue 205

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

Shades of Persian Blue #1C28CD

Tints of Persian Blue #1C28CD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.65%

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

R = 10.26%
G = 14.65%
B = 75.09%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C28CD (or 0x1C28CD) is known color: Persian Blue. HEX triplet: 1C, 28 and CD. RGB value is (28,40,205). Sum of RGB (Red+Green+Blue) = 28+40+205=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C28CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C28CD is #E3D732. Grayscale: #363636. Windows color (decimal): -14931763 or 13445148. OLE color: 13445148.

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

Color convert

RGB 28 40 205 -
CMYK 0.86 0.80 0 0.20
HSL 235.93º 0.76% 0.46% -
HSV(B) 235.93º 0.86% 0.8% -
XYZ 12.26 6.17 58.3 -
YUV 55.22 212.52 108.58 -
System Red Green Blue C M Y K H S L
Decimal 28 40 205 0.86 0.80 0 0.20 235.93 0.76 0.46
Hex 1C 28 CD 56 50 0 14 EC 4C 2E
Octal 34 50 315 126 120 0 24 354 114 56
Binary 11100 101000 11001101 1010110 1010000 0 10100 11101100 1001100 101110

Color Harmonies of #1C28CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C28CD

Black with #1C28CD

Text Example


Text Example

White with #1C28CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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