#0F3ED4

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

Shades of Persian Blue #0F3ED4

Tints of Persian Blue #0F3ED4

Color information

#0F3ED4 (or 0x0F3ED4) is unknown color: approx Persian Blue. HEX triplet: 0F, 3E and D4. RGB value is (15,62,212). Sum of RGB (Red+Green+Blue) = 15+62+212=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 212 (83.20% from 255 or 73.36% from 289); Max value from RGB is 212 - color contains mainly: blue. Hex color #0F3ED4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3ED4 is #F0C12B. Grayscale: #404040. Windows color (decimal): -15778092 or 13909519. OLE color: 13909519.

HSL color Cylindrical-coordinate representation of color #0F3ED4: hue angle of 225.69º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F3ED4 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1562212-
CMYK0.930.7100.17
HSL225.69º86.78%44.51%-
HSV(B)225.69º92.92%83.14%-
XYZ13.88.363.16-
YUV65.05210.9392.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.19%
GREEN value IS 62 (24.61% from 255) = 21.45%
BLUE value IS 212 (83.20% from 255) = 73.36%
R=5.19%
G=21.45%
B=73.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal15622120.930.7100.17225.6986.7844.51
HexF3ED45D47011e2572d
Octal177632413510702134212755
Binary11111111101101010010111011000111010001111000101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,62,212); }

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

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

 a { background-color: rgb(15,62,212); }

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

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

 span { border-color: rgb(15,62,212); }

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