#0D30CE

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

Shades of Persian Blue #0D30CE

Tints of Persian Blue #0D30CE

Color information

#0D30CE (or 0x0D30CE) is unknown color: approx Persian Blue. HEX triplet: 0D, 30 and CE. RGB value is (13,48,206). Sum of RGB (Red+Green+Blue) = 13+48+206=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 206 (80.86% from 255 or 77.15% from 267); Max value from RGB is 206 - color contains mainly: blue. Hex color #0D30CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D30CE is #F2CF31. Grayscale: #363636. Windows color (decimal): -15912754 or 13512717. OLE color: 13512717.

HSL color Cylindrical-coordinate representation of color #0D30CE: hue angle of 229.12º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D30CE is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1348206-
CMYK0.940.7700.19
HSL229.12º88.13%42.94%-
HSV(B)229.12º93.69%80.78%-
XYZ12.366.6659.03-
YUV55.55212.997.65-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.87%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 206 (80.86% from 255) = 77.15%
R=4.87%
G=17.98%
B=77.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal13482060.940.7700.19229.1288.1342.94
HexD30CE5E4D013e5582b
Octal156031613611502334513053
Binary11011100001100111010111101001101010011111001011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D30CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D30CE; }

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

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

<style>
 a { background-color: #0D30CE; }

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

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

<style>
 span { border-color: #0D30CE; }

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

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