#0F1CC1

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

Shades of Persian Blue #0F1CC1

Tints of Persian Blue #0F1CC1

Color information

#0F1CC1 (or 0x0F1CC1) is unknown color: approx Persian Blue. HEX triplet: 0F, 1C and C1. RGB value is (15,28,193). Sum of RGB (Red+Green+Blue) = 15+28+193=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 193 (75.78% from 255 or 81.78% from 236); Max value from RGB is 193 - color contains mainly: blue. Hex color #0F1CC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F1CC1 is #F0E33E. Grayscale: #2A2A2A. Windows color (decimal): -15786815 or 12655631. OLE color: 12655631.

HSL color Cylindrical-coordinate representation of color #0F1CC1: hue angle of 235.62º 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 #0F1CC1 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1528193-
CMYK0.920.8500.24
HSL235.62º85.58%40.78%-
HSV(B)235.62º92.23%75.69%-
XYZ10.244.7850.84-
YUV42.92212.69108.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.36%
GREEN value IS 28 (11.33% from 255) = 11.86%
BLUE value IS 193 (75.78% from 255) = 81.78%
R=6.36%
G=11.86%
B=81.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15281930.920.8500.24235.6285.5840.78
HexF1CC15C55018ec5629
Octal173430113412503035412651
Binary1111111001100000110111001010101011000111011001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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