#083CBD

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

Shades of Persian Blue #083CBD

Tints of Persian Blue #083CBD

Color information

#083CBD (or 0x083CBD) is unknown color: approx Persian Blue. HEX triplet: 08, 3C and BD. RGB value is (8,60,189). Sum of RGB (Red+Green+Blue) = 8+60+189=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 189 (74.22% from 255 or 73.54% from 257); Max value from RGB is 189 - color contains mainly: blue. Hex color #083CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083CBD is #F7C342. Grayscale: #3A3A3A. Windows color (decimal): -16237379 or 12401672. OLE color: 12401672.

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

Color convert

RGB860189-
CMYK0.960.6800.26
HSL222.76º91.88%38.63%-
HSV(B)222.76º95.77%74.12%-
XYZ10.96.9648.91-
YUV59.16201.2791.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.11%
GREEN value IS 60 (23.83% from 255) = 23.35%
BLUE value IS 189 (74.22% from 255) = 73.54%
R=3.11%
G=23.35%
B=73.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8601890.960.6800.26222.7691.8838.63
Hex83CBD604401Adf5c27
Octal107427514010403233713447
Binary10001111001011110111000001000100011010110111111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083CBD; }

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

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

<style>
 a { background-color: #083CBD; }

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

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

<style>
 span { border-color: #083CBD; }

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

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