#0F41C0

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

Shades of Persian Blue #0F41C0

Tints of Persian Blue #0F41C0

Color information

#0F41C0 (or 0x0F41C0) is unknown color: approx Persian Blue. HEX triplet: 0F, 41 and C0. RGB value is (15,65,192). Sum of RGB (Red+Green+Blue) = 15+65+192=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 192 (75.39% from 255 or 70.59% from 272); Max value from RGB is 192 - color contains mainly: blue. Hex color #0F41C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F41C0 is #F0BE3F. Grayscale: #3F3F3F. Windows color (decimal): -15777344 or 12599567. OLE color: 12599567.

HSL color Cylindrical-coordinate representation of color #0F41C0: hue angle of 223.05º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F41C0 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1565192-
CMYK0.920.6600.25
HSL223.05º85.51%40.59%-
HSV(B)223.05º92.19%75.29%-
XYZ11.67.6950.74-
YUV64.53199.9492.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.51%
GREEN value IS 65 (25.78% from 255) = 23.90%
BLUE value IS 192 (75.39% from 255) = 70.59%
R=5.51%
G=23.90%
B=70.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15651920.920.6600.25223.0585.5140.59
HexF41C05C42019df5629
Octal1710130013410203133712651
Binary111110000011100000010111001000010011001110111111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F41C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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