#0F3CEF

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

Shades of Persian Blue #0F3CEF

Tints of Persian Blue #0F3CEF

Color information

#0F3CEF (or 0x0F3CEF) is unknown color: approx Persian Blue. HEX triplet: 0F, 3C and EF. RGB value is (15,60,239). Sum of RGB (Red+Green+Blue) = 15+60+239=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 239 (93.75% from 255 or 76.11% from 314); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F3CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F3CEF is #F0C310. Grayscale: #424242. Windows color (decimal): -15778577 or 15678479. OLE color: 15678479.

HSL color Cylindrical-coordinate representation of color #0F3CEF: hue angle of 227.95º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F3CEF is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1560239-
CMYK0.940.7500.06
HSL227.95º88.19%49.8%-
HSV(B)227.95º93.72%93.73%-
XYZ17.399.5782.59-
YUV66.95225.0990.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.78%
GREEN value IS 60 (23.83% from 255) = 19.11%
BLUE value IS 239 (93.75% from 255) = 76.11%
R=4.78%
G=19.11%
B=76.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal15602390.940.7500.06227.9588.1949.8
HexF3CEF5E4B06e45832
Octal17743571361130634413062
Binary111111110011101111101111010010110110111001001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,60,239); }

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

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

 a { background-color: rgb(15,60,239); }

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

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

 span { border-color: rgb(15,60,239); }

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