#0F32E4

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

Shades of Persian Blue #0F32E4

Tints of Persian Blue #0F32E4

Color information

#0F32E4 (or 0x0F32E4) is unknown color: approx Persian Blue. HEX triplet: 0F, 32 and E4. RGB value is (15,50,228). Sum of RGB (Red+Green+Blue) = 15+50+228=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 228 (89.45% from 255 or 77.82% from 293); Max value from RGB is 228 - color contains mainly: blue. Hex color #0F32E4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F32E4 is #F0CD1B. Grayscale: #3B3B3B. Windows color (decimal): -15781148 or 14955023. OLE color: 14955023.

HSL color Cylindrical-coordinate representation of color #0F32E4: hue angle of 230.14º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F32E4 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1550228-
CMYK0.930.7800.11
HSL230.14º87.65%47.65%-
HSV(B)230.14º93.42%89.41%-
XYZ15.347.9874.13-
YUV59.83222.996.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.12%
GREEN value IS 50 (19.92% from 255) = 17.06%
BLUE value IS 228 (89.45% from 255) = 77.82%
R=5.12%
G=17.06%
B=77.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal15502280.930.7800.11230.1487.6547.65
HexF32E45D4E0Be65830
Octal176234413511601334613060
Binary1111110010111001001011101100111001011111001101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F32E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,50,228); }

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

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

 a { background-color: rgb(15,50,228); }

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

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

 span { border-color: rgb(15,50,228); }

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