#0E34DB

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

Shades of Persian Blue #0E34DB

Tints of Persian Blue #0E34DB

Color information

#0E34DB (or 0x0E34DB) is unknown color: approx Persian Blue. HEX triplet: 0E, 34 and DB. RGB value is (14,52,219). Sum of RGB (Red+Green+Blue) = 14+52+219=285 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.91% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E34DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E34DB is #F1CB24. Grayscale: #3A3A3A. Windows color (decimal): -15846181 or 14365710. OLE color: 14365710.

HSL color Cylindrical-coordinate representation of color #0E34DB: hue angle of 228.88º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E34DB is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1452219-
CMYK0.940.7600.14
HSL228.88º87.98%45.69%-
HSV(B)228.88º93.61%85.88%-
XYZ14.27.6667.75-
YUV59.68217.9195.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.91%
GREEN value IS 52 (20.70% from 255) = 18.25%
BLUE value IS 219 (85.94% from 255) = 76.84%
R=4.91%
G=18.25%
B=76.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal14522190.940.7600.14228.8887.9845.69
HexE34DB5E4C0Ee5582e
Octal166433313611401634513056
Binary1110110100110110111011110100110001110111001011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E34DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,52,219); }

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

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

 a { background-color: rgb(14,52,219); }

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

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

 span { border-color: rgb(14,52,219); }

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