#0f26bf

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

Shades of Persian Blue #0F26BF

Tints of Persian Blue #0F26BF

Color information

#0F26BF (or 0x0F26BF) is unknown color: approx Persian Blue. HEX triplet: 0F, 26 and BF. RGB value is (15,38,191). Sum of RGB (Red+Green+Blue) = 15+38+191=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 191 (75% from 255 or 78.28% from 244); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F26BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F26BF is #F0D940. Grayscale: #2F2F2F. Windows color (decimal): -15784257 or 12527119. OLE color: 12527119.

HSL color Cylindrical-coordinate representation of color #0F26BF: hue angle of 232.16º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F26BF is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1538191-
CMYK0.920.8000.25
HSL232.16º85.44%40.39%-
HSV(B)232.16º92.15%74.9%-
XYZ10.295.2549.76-
YUV48.56208.38104.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.15%
GREEN value IS 38 (15.23% from 255) = 15.57%
BLUE value IS 191 (75% from 255) = 78.28%
R=6.15%
G=15.57%
B=78.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15381910.920.8000.25232.1685.4440.39
HexF26BF5C50019e85528
Octal174627713412003135012550
Binary11111001101011111110111001010000011001111010001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f26bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,38,191); }

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

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

 a { background-color: rgb(15,38,191); }

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

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

 span { border-color: rgb(15,38,191); }

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