#0E31BC

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

Shades of Persian Blue #0E31BC

Tints of Persian Blue #0E31BC

Color information

#0E31BC (or 0x0E31BC) is unknown color: approx Persian Blue. HEX triplet: 0E, 31 and BC. RGB value is (14,49,188). Sum of RGB (Red+Green+Blue) = 14+49+188=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E31BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E31BC is #F1CE43. Grayscale: #353535. Windows color (decimal): -15846980 or 12333326. OLE color: 12333326.

HSL color Cylindrical-coordinate representation of color #0E31BC: hue angle of 227.93º 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 #0E31BC is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1449188-
CMYK0.930.7400.26
HSL227.93º86.14%39.61%-
HSV(B)227.93º92.55%73.73%-
XYZ10.365.9248.17-
YUV54.38203.499.2-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.58%
GREEN value IS 49 (19.53% from 255) = 19.52%
BLUE value IS 188 (73.83% from 255) = 74.90%
R=5.58%
G=19.52%
B=74.90%

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
Decimal14491880.930.7400.26227.9386.1439.61
HexE31BC5D4A01Ae45628
Octal166127413511203234412650
Binary11101100011011110010111011001010011010111001001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E31BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,49,188); }

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

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

 a { background-color: rgb(14,49,188); }

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

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

 span { border-color: rgb(14,49,188); }

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