#0D3EE0

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

Shades of Persian Blue #0D3EE0

Tints of Persian Blue #0D3EE0

Color information

#0D3EE0 (or 0x0D3EE0) is unknown color: approx Persian Blue. HEX triplet: 0D, 3E and E0. RGB value is (13,62,224). Sum of RGB (Red+Green+Blue) = 13+62+224=299 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.35% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 224 (87.89% from 255 or 74.92% from 299); Max value from RGB is 224 - color contains mainly: blue. Hex color #0D3EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3EE0 is #F2C11F. Grayscale: #414141. Windows color (decimal): -15909152 or 14695949. OLE color: 14695949.

HSL color Cylindrical-coordinate representation of color #0D3EE0: hue angle of 226.07º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D3EE0 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1362224-
CMYK0.940.7200.12
HSL226.07º89.03%46.47%-
HSV(B)226.07º94.2%87.84%-
XYZ15.348.9171.43-
YUV65.82217.2790.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.35%
GREEN value IS 62 (24.61% from 255) = 20.74%
BLUE value IS 224 (87.89% from 255) = 74.92%
R=4.35%
G=20.74%
B=74.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal13622240.940.7200.12226.0789.0346.47
HexD3EE05E480Ce2592e
Octal157634013611001434213156
Binary1101111110111000001011110100100001100111000101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,62,224); }

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

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

 a { background-color: rgb(13,62,224); }

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

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

 span { border-color: rgb(13,62,224); }

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