#0E32BD

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

Shades of Persian Blue #0E32BD

Tints of Persian Blue #0E32BD

Color information

#0E32BD (or 0x0E32BD) is unknown color: approx Persian Blue. HEX triplet: 0E, 32 and BD. RGB value is (14,50,189). Sum of RGB (Red+Green+Blue) = 14+50+189=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 189 (74.22% from 255 or 74.70% from 253); Max value from RGB is 189 - color contains mainly: blue. Hex color #0E32BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E32BD is #F1CD42. Grayscale: #363636. Windows color (decimal): -15846723 or 12399118. OLE color: 12399118.

HSL color Cylindrical-coordinate representation of color #0E32BD: hue angle of 227.66º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E32BD is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1450189-
CMYK0.930.7400.26
HSL227.66º86.21%39.8%-
HSV(B)227.66º92.59%74.12%-
XYZ10.516.0548.76-
YUV55.08203.5798.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.53%
GREEN value IS 50 (19.92% from 255) = 19.76%
BLUE value IS 189 (74.22% from 255) = 74.70%
R=5.53%
G=19.76%
B=74.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14501890.930.7400.26227.6686.2139.8
HexE32BD5D4A01Ae45628
Octal166227513511203234412650
Binary11101100101011110110111011001010011010111001001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E32BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,50,189); }

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

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

 a { background-color: rgb(14,50,189); }

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

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

 span { border-color: rgb(14,50,189); }

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