#1C30BF

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

Shades of Persian Blue #1C30BF

Tints of Persian Blue #1C30BF

Color information

#1C30BF (or 0x1C30BF) is unknown color: approx Persian Blue. HEX triplet: 1C, 30 and BF. RGB value is (28,48,191). Sum of RGB (Red+Green+Blue) = 28+48+191=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 191 (75% from 255 or 71.54% from 267); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C30BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C30BF is #E3CF40. Grayscale: #393939. Windows color (decimal): -14929729 or 12529692. OLE color: 12529692.

HSL color Cylindrical-coordinate representation of color #1C30BF: hue angle of 232.64º 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 #1C30BF is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2848191-
CMYK0.850.7500.25
HSL232.64º74.43%42.94%-
HSV(B)232.64º85.34%74.9%-
XYZ10.946.1249.9-
YUV58.32202.87106.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.49%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 191 (75% from 255) = 71.54%
R=10.49%
G=17.98%
B=71.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal28481910.850.7500.25232.6474.4342.94
Hex1C30BF554B019e94a2b
Octal346027712511303135111253
Binary111001100001011111110101011001011011001111010011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C30BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,48,191); }

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

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

 a { background-color: rgb(28,48,191); }

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

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

 span { border-color: rgb(28,48,191); }

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