#1C23DD

Color #1C23DD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1C23DD

Tints of Persian Blue #1C23DD

Color information

#1C23DD (or 0x1C23DD) is unknown color: approx Persian Blue. HEX triplet: 1C, 23 and DD. RGB value is (28,35,221). Sum of RGB (Red+Green+Blue) = 28+35+221=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #1C23DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C23DD is #E3DC22. Grayscale: #353535. Windows color (decimal): -14933027 or 14492444. OLE color: 14492444.

HSL color Cylindrical-coordinate representation of color #1C23DD: hue angle of 237.82º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C23DD is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2835221-
CMYK0.870.8400.13
HSL237.82º77.51%48.82%-
HSV(B)237.82º87.33%86.67%-
XYZ14.136.6768.95-
YUV54.11222.18109.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.86%
GREEN value IS 35 (14.06% from 255) = 12.32%
BLUE value IS 221 (86.72% from 255) = 77.82%
R=9.86%
G=12.32%
B=77.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28352210.870.8400.13237.8277.5148.82
Hex1C23DD57540Dee4e31
Octal344333512712401535611661
Binary11100100011110111011010111101010001101111011101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C23DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,35,221); }

 H1.HeaderClassName
 {
   color: #1C23DD;
 }
 .AnyTagClassName
 {
   color: #1C23DD;
 }
</style>
background-color css

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

 a { background-color: rgb(28,35,221); }

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

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

 span { border-color: rgb(28,35,221); }

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