#0f4acb

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

Shades of Persian Blue #0F4ACB

Tints of Persian Blue #0F4ACB

Color information

#0F4ACB (or 0x0F4ACB) is unknown color: approx Persian Blue. HEX triplet: 0F, 4A and CB. RGB value is (15,74,203). Sum of RGB (Red+Green+Blue) = 15+74+203=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 203 (79.69% from 255 or 69.52% from 292); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F4ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F4ACB is #F0B534. Grayscale: #464646. Windows color (decimal): -15775029 or 13322767. OLE color: 13322767.

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

Color convert

RGB1574203-
CMYK0.930.6400.20
HSL221.17º86.24%42.75%-
HSV(B)221.17º92.61%79.61%-
XYZ13.439.3157.59-
YUV71.06202.4588.01-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.14%
GREEN value IS 74 (29.30% from 255) = 25.34%
BLUE value IS 203 (79.69% from 255) = 69.52%
R=5.14%
G=25.34%
B=69.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal15742030.930.6400.20221.1786.2442.75
HexF4ACB5D40014dd562b
Octal1711231313510002433512653
Binary111110010101100101110111011000000010100110111011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f4acb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,74,203); }

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

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

 a { background-color: rgb(15,74,203); }

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

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

 span { border-color: rgb(15,74,203); }

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