#0836DA

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

Shades of Persian Blue #0836DA

Tints of Persian Blue #0836DA

Color information

#0836DA (or 0x0836DA) is unknown color: approx Persian Blue. HEX triplet: 08, 36 and DA. RGB value is (8,54,218). Sum of RGB (Red+Green+Blue) = 8+54+218=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 218 (85.55% from 255 or 77.86% from 280); Max value from RGB is 218 - color contains mainly: blue. Hex color #0836DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0836DA is #F7C925. Grayscale: #3A3A3A. Windows color (decimal): -16238886 or 14300680. OLE color: 14300680.

HSL color Cylindrical-coordinate representation of color #0836DA: hue angle of 226.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0836DA is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB854218-
CMYK0.960.7500.15
HSL226.86º92.92%44.31%-
HSV(B)226.86º96.33%85.49%-
XYZ14.077.7567.08-
YUV58.94217.7691.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.86%
GREEN value IS 54 (21.48% from 255) = 19.29%
BLUE value IS 218 (85.55% from 255) = 77.86%
R=2.86%
G=19.29%
B=77.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal8542180.960.7500.15226.8692.9244.31
Hex836DA604B0Fe35d2c
Octal106633214011301734313554
Binary1000110110110110101100000100101101111111000111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0836DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0836DA; }

 p { color: rgb(8,54,218); }

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

<style>
 a { background-color: #0836DA; }

 a { background-color: rgb(8,54,218); }

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

<style>
 span { border-color: #0836DA; }

 span { border-color: rgb(8,54,218); }

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