#0F3DC1

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

Shades of Persian Blue #0F3DC1

Tints of Persian Blue #0F3DC1

Color information

#0F3DC1 (or 0x0F3DC1) is unknown color: approx Persian Blue. HEX triplet: 0F, 3D and C1. RGB value is (15,61,193). Sum of RGB (Red+Green+Blue) = 15+61+193=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 193 (75.78% from 255 or 71.75% from 269); Max value from RGB is 193 - color contains mainly: blue. Hex color #0F3DC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3DC1 is #F0C23E. Grayscale: #3D3D3D. Windows color (decimal): -15778367 or 12664079. OLE color: 12664079.

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

Color convert

RGB1561193-
CMYK0.920.6800.24
HSL224.49º85.58%40.78%-
HSV(B)224.49º92.23%75.69%-
XYZ11.497.2951.25-
YUV62.29201.7694.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.58%
GREEN value IS 61 (24.22% from 255) = 22.68%
BLUE value IS 193 (75.78% from 255) = 71.75%
R=5.58%
G=22.68%
B=71.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15611930.920.6800.24224.4985.5840.78
HexF3DC15C44018e05629
Octal177530113410403034012651
Binary11111111011100000110111001000100011000111000001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,61,193); }

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

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

 a { background-color: rgb(15,61,193); }

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

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

 span { border-color: rgb(15,61,193); }

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