#0830DB

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

Shades of Persian Blue #0830DB

Tints of Persian Blue #0830DB

Color information

#0830DB (or 0x0830DB) is unknown color: approx Persian Blue. HEX triplet: 08, 30 and DB. RGB value is (8,48,219). Sum of RGB (Red+Green+Blue) = 8+48+219=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #0830DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0830DB is #F7CF24. Grayscale: #363636. Windows color (decimal): -16240421 or 14364680. OLE color: 14364680.

HSL color Cylindrical-coordinate representation of color #0830DB: hue angle of 228.63º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0830DB is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB848219-
CMYK0.960.7800.14
HSL228.63º92.95%44.51%-
HSV(B)228.63º96.35%85.88%-
XYZ13.947.2867.69-
YUV55.53220.2594.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.91%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 219 (85.94% from 255) = 79.64%
R=2.91%
G=17.45%
B=79.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal8482190.960.7800.14228.6392.9544.51
Hex830DB604E0Ee55d2d
Octal106033314011601634513555
Binary1000110000110110111100000100111001110111001011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0830DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0830DB; }

 p { color: rgb(8,48,219); }

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

<style>
 a { background-color: #0830DB; }

 a { background-color: rgb(8,48,219); }

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

<style>
 span { border-color: #0830DB; }

 span { border-color: rgb(8,48,219); }

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