#082CCA

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

Shades of Persian Blue #082CCA

Tints of Persian Blue #082CCA

Color information

#082CCA (or 0x082CCA) is unknown color: approx Persian Blue. HEX triplet: 08, 2C and CA. RGB value is (8,44,202). Sum of RGB (Red+Green+Blue) = 8+44+202=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 202 (79.30% from 255 or 79.53% from 254); Max value from RGB is 202 - color contains mainly: blue. Hex color #082CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082CCA is #F7D335. Grayscale: #323232. Windows color (decimal): -16241462 or 13249544. OLE color: 13249544.

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

Color convert

RGB844202-
CMYK0.960.7800.21
HSL228.87º92.38%41.18%-
HSV(B)228.87º96.04%79.22%-
XYZ11.666.1256.44-
YUV51.25213.0797.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.15%
GREEN value IS 44 (17.58% from 255) = 17.32%
BLUE value IS 202 (79.30% from 255) = 79.53%
R=3.15%
G=17.32%
B=79.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal8442020.960.7800.21228.8792.3841.18
Hex82CCA604E015e55c29
Octal105431214011602534513451
Binary10001011001100101011000001001110010101111001011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,44,202); }

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

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

 a { background-color: rgb(8,44,202); }

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

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

 span { border-color: rgb(8,44,202); }

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