#0F41D4

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

Shades of Persian Blue #0F41D4

Tints of Persian Blue #0F41D4

Color information

#0F41D4 (or 0x0F41D4) is unknown color: approx Persian Blue. HEX triplet: 0F, 41 and D4. RGB value is (15,65,212). Sum of RGB (Red+Green+Blue) = 15+65+212=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 212 (83.20% from 255 or 72.60% from 292); Max value from RGB is 212 - color contains mainly: blue. Hex color #0F41D4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F41D4 is #F0BE2B. Grayscale: #424242. Windows color (decimal): -15777324 or 13910287. OLE color: 13910287.

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

Color convert

RGB1565212-
CMYK0.930.6900.17
HSL224.77º86.78%44.51%-
HSV(B)224.77º92.92%83.14%-
XYZ13.978.6463.22-
YUV66.81209.9491.05-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.14%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 212 (83.20% from 255) = 72.60%
R=5.14%
G=22.26%
B=72.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal15652120.930.6900.17224.7786.7844.51
HexF41D45D45011e1572d
Octal1710132413510502134112755
Binary111110000011101010010111011000101010001111000011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F41D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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