#0f26ba

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

Shades of Persian Blue #0F26BA

Tints of Persian Blue #0F26BA

Color information

#0F26BA (or 0x0F26BA) is unknown color: approx Persian Blue. HEX triplet: 0F, 26 and BA. RGB value is (15,38,186). Sum of RGB (Red+Green+Blue) = 15+38+186=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F26BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F26BA is #F0D945. Grayscale: #2F2F2F. Windows color (decimal): -15784262 or 12199439. OLE color: 12199439.

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

Color convert

RGB1538186-
CMYK0.920.8000.27
HSL231.93º85.07%39.41%-
HSV(B)231.93º91.94%72.94%-
XYZ9.755.0346.91-
YUV48205.88104.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.28%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 186 (73.05% from 255) = 77.82%
R=6.28%
G=15.90%
B=77.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15381860.920.8000.27231.9385.0739.41
HexF26BA5C5001Be85527
Octal174627213412003335012547
Binary11111001101011101010111001010000011011111010001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f26ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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