#0835BD

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

Shades of Persian Blue #0835BD

Tints of Persian Blue #0835BD

Color information

#0835BD (or 0x0835BD) is unknown color: approx Persian Blue. HEX triplet: 08, 35 and BD. RGB value is (8,53,189). Sum of RGB (Red+Green+Blue) = 8+53+189=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 189 (74.22% from 255 or 75.6% from 250); Max value from RGB is 189 - color contains mainly: blue. Hex color #0835BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0835BD is #F7CA42. Grayscale: #363636. Windows color (decimal): -16239171 or 12399880. OLE color: 12399880.

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

Color convert

RGB853189-
CMYK0.960.7200.26
HSL225.08º91.88%38.63%-
HSV(B)225.08º95.77%74.12%-
XYZ10.566.2748.8-
YUV55.05203.5994.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.2%
GREEN value IS 53 (21.09% from 255) = 21.2%
BLUE value IS 189 (74.22% from 255) = 75.6%
R=3.2%
G=21.2%
B=75.6%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8531890.960.7200.26225.0891.8838.63
Hex835BD604801Ae15c27
Octal106527514011003234113447
Binary10001101011011110111000001001000011010111000011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0835BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0835BD; }

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

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

<style>
 a { background-color: #0835BD; }

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

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

<style>
 span { border-color: #0835BD; }

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

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