#0F40D4

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

Shades of Persian Blue #0F40D4

Tints of Persian Blue #0F40D4

Color information

#0F40D4 (or 0x0F40D4) is unknown color: approx Persian Blue. HEX triplet: 0F, 40 and D4. RGB value is (15,64,212). Sum of RGB (Red+Green+Blue) = 15+64+212=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 212 (83.20% from 255 or 72.85% from 291); Max value from RGB is 212 - color contains mainly: blue. Hex color #0F40D4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F40D4 is #F0BF2B. Grayscale: #414141. Windows color (decimal): -15777580 or 13910031. OLE color: 13910031.

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

Color convert

RGB1564212-
CMYK0.930.7000.17
HSL225.08º86.78%44.51%-
HSV(B)225.08º92.92%83.14%-
XYZ13.918.5263.2-
YUV66.22210.2791.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.15%
GREEN value IS 64 (25.39% from 255) = 21.99%
BLUE value IS 212 (83.20% from 255) = 72.85%
R=5.15%
G=21.99%
B=72.85%

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
Decimal15642120.930.7000.17225.0886.7844.51
HexF40D45D46011e1572d
Octal1710032413510602134112755
Binary111110000001101010010111011000110010001111000011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F40D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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