#0f28b8

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

Shades of Persian Blue #0F28B8

Tints of Persian Blue #0F28B8

Color information

#0F28B8 (or 0x0F28B8) is unknown color: approx Persian Blue. HEX triplet: 0F, 28 and B8. RGB value is (15,40,184). Sum of RGB (Red+Green+Blue) = 15+40+184=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 184 (72.27% from 255 or 76.99% from 239); Max value from RGB is 184 - color contains mainly: blue. Hex color #0F28B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F28B8 is #F0D747. Grayscale: #303030. Windows color (decimal): -15783752 or 12068879. OLE color: 12068879.

HSL color Cylindrical-coordinate representation of color #0F28B8: hue angle of 231.12º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F28B8 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1540184-
CMYK0.920.7800.28
HSL231.12º84.92%39.02%-
HSV(B)231.12º91.85%72.16%-
XYZ9.615.0845.82-
YUV48.94204.22103.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.28%
GREEN value IS 40 (16.02% from 255) = 16.74%
BLUE value IS 184 (72.27% from 255) = 76.99%
R=6.28%
G=16.74%
B=76.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal15401840.920.7800.28231.1284.9239.02
HexF28B85C4E01Ce75527
Octal175027013411603434712547
Binary11111010001011100010111001001110011100111001111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f28b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,40,184); }

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

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

 a { background-color: rgb(15,40,184); }

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

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

 span { border-color: rgb(15,40,184); }

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