#1C23BE

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

Shades of Persian Blue #1C23BE

Tints of Persian Blue #1C23BE

Color information

#1C23BE (or 0x1C23BE) is unknown color: approx Persian Blue. HEX triplet: 1C, 23 and BE. RGB value is (28,35,190). Sum of RGB (Red+Green+Blue) = 28+35+190=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 190 (74.61% from 255 or 75.10% from 253); Max value from RGB is 190 - color contains mainly: blue. Hex color #1C23BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C23BE is #E3DC41. Grayscale: #313131. Windows color (decimal): -14933058 or 12460828. OLE color: 12460828.

HSL color Cylindrical-coordinate representation of color #1C23BE: hue angle of 237.41º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C23BE is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2835190-
CMYK0.850.8200.25
HSL237.41º74.31%42.75%-
HSV(B)237.41º85.26%74.51%-
XYZ10.375.1749.17-
YUV50.58206.68111.9-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.07%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 190 (74.61% from 255) = 75.10%
R=11.07%
G=13.83%
B=75.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal28351900.850.8200.25237.4174.3142.75
Hex1C23BE5552019ed4a2b
Octal344327612512203135511253
Binary111001000111011111010101011010010011001111011011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C23BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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