#1630C4

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

Shades of Persian Blue #1630C4

Tints of Persian Blue #1630C4

Color information

#1630C4 (or 0x1630C4) is unknown color: approx Persian Blue. HEX triplet: 16, 30 and C4. RGB value is (22,48,196). Sum of RGB (Red+Green+Blue) = 22+48+196=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 196 (76.95% from 255 or 73.68% from 266); Max value from RGB is 196 - color contains mainly: blue. Hex color #1630C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1630C4 is #E9CF3B. Grayscale: #383838. Windows color (decimal): -15322940 or 12857366. OLE color: 12857366.

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

Color convert

RGB2248196-
CMYK0.890.7600.23
HSL231.03º79.82%42.75%-
HSV(B)231.03º88.78%76.86%-
XYZ11.356.2752.84-
YUV57.1206.39102.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.27%
GREEN value IS 48 (19.14% from 255) = 18.05%
BLUE value IS 196 (76.95% from 255) = 73.68%
R=8.27%
G=18.05%
B=73.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal22481960.890.7600.23231.0379.8242.75
Hex1630C4594C017e7502b
Octal266030413111402734712053
Binary101101100001100010010110011001100010111111001111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1630C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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