#1B30EB

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

Shades of Persian Blue #1B30EB

Tints of Persian Blue #1B30EB

Color information

#1B30EB (or 0x1B30EB) is unknown color: approx Persian Blue. HEX triplet: 1B, 30 and EB. RGB value is (27,48,235). Sum of RGB (Red+Green+Blue) = 27+48+235=310 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.71% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 235 (92.19% from 255 or 75.81% from 310); Max value from RGB is 235 - color contains mainly: blue. Hex color #1B30EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B30EB is #E4CF14. Grayscale: #3E3E3E. Windows color (decimal): -14995221 or 15413275. OLE color: 15413275.

HSL color Cylindrical-coordinate representation of color #1B30EB: hue angle of 233.94º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B30EB is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2748235-
CMYK0.890.8000.08
HSL233.94º83.87%51.37%-
HSV(B)233.94º88.51%92.16%-
XYZ16.58.3579.34-
YUV63.04225.04102.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.71%
GREEN value IS 48 (19.14% from 255) = 15.48%
BLUE value IS 235 (92.19% from 255) = 75.81%
R=8.71%
G=15.48%
B=75.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal27482350.890.8000.08233.9483.8751.37
Hex1B30EB595008ea5433
Octal336035313112001035212463
Binary11011110000111010111011001101000001000111010101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B30EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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