#1B30C3

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

Shades of Persian Blue #1B30C3

Tints of Persian Blue #1B30C3

Color information

#1B30C3 (or 0x1B30C3) is unknown color: approx Persian Blue. HEX triplet: 1B, 30 and C3. RGB value is (27,48,195). Sum of RGB (Red+Green+Blue) = 27+48+195=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 195 (76.56% from 255 or 72.22% from 270); Max value from RGB is 195 - color contains mainly: blue. Hex color #1B30C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B30C3 is #E4CF3C. Grayscale: #393939. Windows color (decimal): -14995261 or 12791835. OLE color: 12791835.

HSL color Cylindrical-coordinate representation of color #1B30C3: hue angle of 232.5º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B30C3 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2748195-
CMYK0.860.7500.24
HSL232.5º75.68%43.53%-
HSV(B)232.5º86.15%76.47%-
XYZ11.366.2952.24-
YUV58.48205.04105.55-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 195 (76.56% from 255) = 72.22%
R=10%
G=17.78%
B=72.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal27481950.860.7500.24232.575.6843.53
Hex1B30C3564B018e84c2c
Octal336030312611303035011454
Binary110111100001100001110101101001011011000111010001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B30C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,48,195); }

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

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

 a { background-color: rgb(27,48,195); }

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

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

 span { border-color: rgb(27,48,195); }

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