#0830CE

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

Shades of Persian Blue #0830CE

Tints of Persian Blue #0830CE

Color information

#0830CE (or 0x0830CE) is unknown color: approx Persian Blue. HEX triplet: 08, 30 and CE. RGB value is (8,48,206). Sum of RGB (Red+Green+Blue) = 8+48+206=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 206 (80.86% from 255 or 78.63% from 262); Max value from RGB is 206 - color contains mainly: blue. Hex color #0830CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0830CE is #F7CF31. Grayscale: #353535. Windows color (decimal): -16240434 or 13512712. OLE color: 13512712.

HSL color Cylindrical-coordinate representation of color #0830CE: hue angle of 227.88º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0830CE is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB848206-
CMYK0.960.7700.19
HSL227.88º92.52%41.96%-
HSV(B)227.88º96.12%80.78%-
XYZ12.36.6259.02-
YUV54.05213.7595.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.05%
GREEN value IS 48 (19.14% from 255) = 18.32%
BLUE value IS 206 (80.86% from 255) = 78.63%
R=3.05%
G=18.32%
B=78.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal8482060.960.7700.19227.8892.5241.96
Hex830CE604D013e45d2a
Octal106031614011502334413552
Binary10001100001100111011000001001101010011111001001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0830CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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