#1C26B1

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

Shades of Persian Blue #1C26B1

Tints of Persian Blue #1C26B1

Color information

#1C26B1 (or 0x1C26B1) is unknown color: approx Persian Blue. HEX triplet: 1C, 26 and B1. RGB value is (28,38,177). Sum of RGB (Red+Green+Blue) = 28+38+177=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 177 (69.53% from 255 or 72.84% from 243); Max value from RGB is 177 - color contains mainly: blue. Hex color #1C26B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C26B1 is #E3D94E. Grayscale: #323232. Windows color (decimal): -14932303 or 11609628. OLE color: 11609628.

HSL color Cylindrical-coordinate representation of color #1C26B1: hue angle of 235.97º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C26B1 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2838177-
CMYK0.840.7900.31
HSL235.97º72.68%40.2%-
HSV(B)235.97º84.18%69.41%-
XYZ9.114.8142.04-
YUV50.86199.19111.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.52%
GREEN value IS 38 (15.23% from 255) = 15.64%
BLUE value IS 177 (69.53% from 255) = 72.84%
R=11.52%
G=15.64%
B=72.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28381770.840.7900.31235.9772.6840.2
Hex1C26B1544F01Fec4928
Octal344626112411703735411150
Binary111001001101011000110101001001111011111111011001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C26B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,38,177); }

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

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

 a { background-color: rgb(28,38,177); }

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

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

 span { border-color: rgb(28,38,177); }

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