#1630BA

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

Shades of Persian Blue #1630BA

Tints of Persian Blue #1630BA

Color information

#1630BA (or 0x1630BA) is unknown color: approx Persian Blue. HEX triplet: 16, 30 and BA. RGB value is (22,48,186). Sum of RGB (Red+Green+Blue) = 22+48+186=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #1630BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1630BA is #E9CF45. Grayscale: #373737. Windows color (decimal): -15322950 or 12202006. OLE color: 12202006.

HSL color Cylindrical-coordinate representation of color #1630BA: hue angle of 230.49º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1630BA is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2248186-
CMYK0.880.7400.27
HSL230.49º78.85%40.78%-
HSV(B)230.49º88.17%72.94%-
XYZ10.255.8347.04-
YUV55.96201.39103.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.59%
GREEN value IS 48 (19.14% from 255) = 18.75%
BLUE value IS 186 (73.05% from 255) = 72.66%
R=8.59%
G=18.75%
B=72.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal22481860.880.7400.27230.4978.8540.78
Hex1630BA584A01Be64f29
Octal266027213011203334611751
Binary101101100001011101010110001001010011011111001101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1630BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1630BA; }

 p { color: rgb(22,48,186); }

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

<style>
 a { background-color: #1630BA; }

 a { background-color: rgb(22,48,186); }

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

<style>
 span { border-color: #1630BA; }

 span { border-color: rgb(22,48,186); }

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