#0F46CE

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

Shades of Persian Blue #0F46CE

Tints of Persian Blue #0F46CE

Color information

#0F46CE (or 0x0F46CE) is unknown color: approx Persian Blue. HEX triplet: 0F, 46 and CE. RGB value is (15,70,206). Sum of RGB (Red+Green+Blue) = 15+70+206=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F46CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F46CE is #F0B931. Grayscale: #444444. Windows color (decimal): -15776050 or 13518351. OLE color: 13518351.

HSL color Cylindrical-coordinate representation of color #0F46CE: hue angle of 222.72º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F46CE is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1570206-
CMYK0.930.6600.19
HSL222.72º86.43%43.33%-
HSV(B)222.72º92.72%80.78%-
XYZ13.538.9459.4-
YUV69.06205.2889.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.15%
GREEN value IS 70 (27.73% from 255) = 24.05%
BLUE value IS 206 (80.86% from 255) = 70.79%
R=5.15%
G=24.05%
B=70.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal15702060.930.6600.19222.7286.4343.33
HexF46CE5D42013df562b
Octal1710631613510202333712653
Binary111110001101100111010111011000010010011110111111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F46CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,70,206); }

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

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

 a { background-color: rgb(15,70,206); }

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

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

 span { border-color: rgb(15,70,206); }

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