#1028C4

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

Shades of Persian Blue #1028C4

Tints of Persian Blue #1028C4

Color information

#1028C4 (or 0x1028C4) is unknown color: approx Persian Blue. HEX triplet: 10, 28 and C4. RGB value is (16,40,196). Sum of RGB (Red+Green+Blue) = 16+40+196=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 196 (76.95% from 255 or 77.78% from 252); Max value from RGB is 196 - color contains mainly: blue. Hex color #1028C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1028C4 is #EFD73B. Grayscale: #313131. Windows color (decimal): -15718204 or 12855312. OLE color: 12855312.

HSL color Cylindrical-coordinate representation of color #1028C4: hue angle of 232º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1028C4 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1640196-
CMYK0.920.8000.23
HSL232º84.91%41.57%-
HSV(B)232º91.84%76.86%-
XYZ10.945.6152.73-
YUV50.61210.05103.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.35%
GREEN value IS 40 (16.02% from 255) = 15.87%
BLUE value IS 196 (76.95% from 255) = 77.78%
R=6.35%
G=15.87%
B=77.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal16401960.920.8000.2323284.9141.57
Hex1028C45C50017e8552a
Octal205030413412002735012552
Binary100001010001100010010111001010000010111111010001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1028C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,40,196); }

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

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

 a { background-color: rgb(16,40,196); }

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

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

 span { border-color: rgb(16,40,196); }

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