#1630CC

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

Shades of Persian Blue #1630CC

Tints of Persian Blue #1630CC

Color information

#1630CC (or 0x1630CC) is unknown color: approx Persian Blue. HEX triplet: 16, 30 and CC. RGB value is (22,48,204). Sum of RGB (Red+Green+Blue) = 22+48+204=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #1630CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1630CC is #E9CF33. Grayscale: #393939. Windows color (decimal): -15322932 or 13381654. OLE color: 13381654.

HSL color Cylindrical-coordinate representation of color #1630CC: hue angle of 231.43º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1630CC is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2248204-
CMYK0.890.7600.2
HSL231.43º80.53%44.31%-
HSV(B)231.43º89.22%80%-
XYZ12.296.6457.76-
YUV58.01210.39102.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.03%
GREEN value IS 48 (19.14% from 255) = 17.52%
BLUE value IS 204 (80.08% from 255) = 74.45%
R=8.03%
G=17.52%
B=74.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal22482040.890.7600.2231.4380.5344.31
Hex1630CC594C014e7512c
Octal266031413111402434712154
Binary101101100001100110010110011001100010100111001111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1630CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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