#082EBD

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

Shades of Persian Blue #082EBD

Tints of Persian Blue #082EBD

Color information

#082EBD (or 0x082EBD) is unknown color: approx Persian Blue. HEX triplet: 08, 2E and BD. RGB value is (8,46,189). Sum of RGB (Red+Green+Blue) = 8+46+189=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 189 (74.22% from 255 or 77.78% from 243); Max value from RGB is 189 - color contains mainly: blue. Hex color #082EBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082EBD is #F7D142. Grayscale: #323232. Windows color (decimal): -16240963 or 12398088. OLE color: 12398088.

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

Color convert

RGB846189-
CMYK0.960.7600.26
HSL227.4º91.88%38.63%-
HSV(B)227.4º95.77%74.12%-
XYZ10.265.6848.7-
YUV50.94205.9197.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.29%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 189 (74.22% from 255) = 77.78%
R=3.29%
G=18.93%
B=77.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8461890.960.7600.26227.491.8838.63
Hex82EBD604C01Ae35c27
Octal105627514011403234313447
Binary10001011101011110111000001001100011010111000111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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