#1C23B4

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

Shades of Persian Blue #1C23B4

Tints of Persian Blue #1C23B4

Color information

#1C23B4 (or 0x1C23B4) is unknown color: approx Persian Blue. HEX triplet: 1C, 23 and B4. RGB value is (28,35,180). Sum of RGB (Red+Green+Blue) = 28+35+180=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 180 (70.70% from 255 or 74.07% from 243); Max value from RGB is 180 - color contains mainly: blue. Hex color #1C23B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C23B4 is #E3DC4B. Grayscale: #303030. Windows color (decimal): -14933068 or 11805468. OLE color: 11805468.

HSL color Cylindrical-coordinate representation of color #1C23B4: hue angle of 237.24º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C23B4 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2835180-
CMYK0.840.8100.29
HSL237.24º73.08%40.78%-
HSV(B)237.24º84.44%70.59%-
XYZ9.324.7443.6-
YUV49.44201.68112.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.52%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 180 (70.70% from 255) = 74.07%
R=11.52%
G=14.40%
B=74.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal28351800.840.8100.29237.2473.0840.78
Hex1C23B4545101Ded4929
Octal344326412412103535511151
Binary111001000111011010010101001010001011101111011011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C23B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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