#0D3ECC

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

Shades of Persian Blue #0D3ECC

Tints of Persian Blue #0D3ECC

Color information

#0D3ECC (or 0x0D3ECC) is unknown color: approx Persian Blue. HEX triplet: 0D, 3E and CC. RGB value is (13,62,204). Sum of RGB (Red+Green+Blue) = 13+62+204=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #0D3ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3ECC is #F2C133. Grayscale: #3E3E3E. Windows color (decimal): -15909172 or 13385229. OLE color: 13385229.

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

Color convert

RGB1362204-
CMYK0.940.7000.2
HSL224.61º88.02%42.55%-
HSV(B)224.61º93.63%80%-
XYZ12.797.8957.98-
YUV63.54207.2791.95-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.66%
GREEN value IS 62 (24.61% from 255) = 22.22%
BLUE value IS 204 (80.08% from 255) = 73.12%
R=4.66%
G=22.22%
B=73.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal13622040.940.7000.2224.6188.0242.55
HexD3ECC5E46014e1582b
Octal157631413610602434113053
Binary11011111101100110010111101000110010100111000011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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