#0828c7

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

Shades of Persian Blue #0828C7

Tints of Persian Blue #0828C7

Color information

#0828C7 (or 0x0828C7) is unknown color: approx Persian Blue. HEX triplet: 08, 28 and C7. RGB value is (8,40,199). Sum of RGB (Red+Green+Blue) = 8+40+199=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 199 (78.12% from 255 or 80.57% from 247); Max value from RGB is 199 - color contains mainly: blue. Hex color #0828C7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0828C7 is #F7D738. Grayscale: #2F2F2F. Windows color (decimal): -16242489 or 13051912. OLE color: 13051912.

HSL color Cylindrical-coordinate representation of color #0828C7: hue angle of 229.95º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0828C7 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB840199-
CMYK0.960.8000.22
HSL229.95º92.27%40.59%-
HSV(B)229.95º95.98%78.04%-
XYZ11.175.6954.54-
YUV48.56212.999.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.24%
GREEN value IS 40 (16.02% from 255) = 16.19%
BLUE value IS 199 (78.12% from 255) = 80.57%
R=3.24%
G=16.19%
B=80.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal8401990.960.8000.22229.9592.2740.59
Hex828C76050016e65c29
Octal105030714012002634613451
Binary10001010001100011111000001010000010110111001101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0828c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0828c7; }

 p { color: rgb(8,40,199); }

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

<style>
 a { background-color: #0828c7; }

 a { background-color: rgb(8,40,199); }

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

<style>
 span { border-color: #0828c7; }

 span { border-color: rgb(8,40,199); }

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