#082BC8

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

Shades of Persian Blue #082BC8

Tints of Persian Blue #082BC8

Color information

#082BC8 (or 0x082BC8) is unknown color: approx Persian Blue. HEX triplet: 08, 2B and C8. RGB value is (8,43,200). Sum of RGB (Red+Green+Blue) = 8+43+200=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 200 (78.52% from 255 or 79.68% from 251); Max value from RGB is 200 - color contains mainly: blue. Hex color #082BC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082BC8 is #F7D437. Grayscale: #313131. Windows color (decimal): -16241720 or 13118216. OLE color: 13118216.

HSL color Cylindrical-coordinate representation of color #082BC8: hue angle of 229.06º 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 #082BC8 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB843200-
CMYK0.960.7800.22
HSL229.06º92.31%40.78%-
HSV(B)229.06º96%78.43%-
XYZ11.395.9555.19-
YUV50.43212.497.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.19%
GREEN value IS 43 (17.19% from 255) = 17.13%
BLUE value IS 200 (78.52% from 255) = 79.68%
R=3.19%
G=17.13%
B=79.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal8432000.960.7800.22229.0692.3140.78
Hex82BC8604E016e55c29
Octal105331014011602634513451
Binary10001010111100100011000001001110010110111001011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082BC8; }

 p { color: rgb(8,43,200); }

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

<style>
 a { background-color: #082BC8; }

 a { background-color: rgb(8,43,200); }

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

<style>
 span { border-color: #082BC8; }

 span { border-color: rgb(8,43,200); }

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