#0F26E0

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

Shades of Persian Blue #0F26E0

Tints of Persian Blue #0F26E0

Color information

#0F26E0 (or 0x0F26E0) is unknown color: approx Persian Blue. HEX triplet: 0F, 26 and E0. RGB value is (15,38,224). Sum of RGB (Red+Green+Blue) = 15+38+224=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 224 (87.89% from 255 or 80.87% from 277); Max value from RGB is 224 - color contains mainly: blue. Hex color #0F26E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F26E0 is #F0D91F. Grayscale: #333333. Windows color (decimal): -15784224 or 14689807. OLE color: 14689807.

HSL color Cylindrical-coordinate representation of color #0F26E0: hue angle of 233.4º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F26E0 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1538224-
CMYK0.930.8300.12
HSL233.4º87.45%46.86%-
HSV(B)233.4º93.3%87.84%-
XYZ14.346.8771.09-
YUV52.33224.88101.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.42%
GREEN value IS 38 (15.23% from 255) = 13.72%
BLUE value IS 224 (87.89% from 255) = 80.87%
R=5.42%
G=13.72%
B=80.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal15382240.930.8300.12233.487.4546.86
HexF26E05D530Ce9572f
Octal174634013512301435112757
Binary1111100110111000001011101101001101100111010011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F26E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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