#0F3FD4

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

Shades of Persian Blue #0F3FD4

Tints of Persian Blue #0F3FD4

Color information

#0F3FD4 (or 0x0F3FD4) is unknown color: approx Persian Blue. HEX triplet: 0F, 3F and D4. RGB value is (15,63,212). Sum of RGB (Red+Green+Blue) = 15+63+212=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 212 (83.20% from 255 or 73.10% from 290); Max value from RGB is 212 - color contains mainly: blue. Hex color #0F3FD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3FD4 is #F0C02B. Grayscale: #404040. Windows color (decimal): -15777836 or 13909775. OLE color: 13909775.

HSL color Cylindrical-coordinate representation of color #0F3FD4: hue angle of 225.38º 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 #0F3FD4 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1563212-
CMYK0.930.7000.17
HSL225.38º86.78%44.51%-
HSV(B)225.38º92.92%83.14%-
XYZ13.868.4163.18-
YUV65.63210.691.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.17%
GREEN value IS 63 (25% from 255) = 21.72%
BLUE value IS 212 (83.20% from 255) = 73.10%
R=5.17%
G=21.72%
B=73.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal15632120.930.7000.17225.3886.7844.51
HexF3FD45D46011e1572d
Octal177732413510602134112755
Binary11111111111101010010111011000110010001111000011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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