#082FBD

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

Shades of Persian Blue #082FBD

Tints of Persian Blue #082FBD

Color information

#082FBD (or 0x082FBD) is unknown color: approx Persian Blue. HEX triplet: 08, 2F and BD. RGB value is (8,47,189). Sum of RGB (Red+Green+Blue) = 8+47+189=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 189 (74.22% from 255 or 77.46% from 244); Max value from RGB is 189 - color contains mainly: blue. Hex color #082FBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082FBD is #F7D042. Grayscale: #323232. Windows color (decimal): -16240707 or 12398344. OLE color: 12398344.

HSL color Cylindrical-coordinate representation of color #082FBD: hue angle of 227.07º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082FBD is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB847189-
CMYK0.960.7500.26
HSL227.07º91.88%38.63%-
HSV(B)227.07º95.77%74.12%-
XYZ10.35.7648.71-
YUV51.53205.5896.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.28%
GREEN value IS 47 (18.75% from 255) = 19.26%
BLUE value IS 189 (74.22% from 255) = 77.46%
R=3.28%
G=19.26%
B=77.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8471890.960.7500.26227.0791.8838.63
Hex82FBD604B01Ae35c27
Octal105727514011303234313447
Binary10001011111011110111000001001011011010111000111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,47,189); }

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

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

 a { background-color: rgb(8,47,189); }

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

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

 span { border-color: rgb(8,47,189); }

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