#0E34D6

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

Shades of Persian Blue #0E34D6

Tints of Persian Blue #0E34D6

Color information

#0E34D6 (or 0x0E34D6) is unknown color: approx Persian Blue. HEX triplet: 0E, 34 and D6. RGB value is (14,52,214). Sum of RGB (Red+Green+Blue) = 14+52+214=280 (37% of max value = 765). Red value is 14 (5.86% from 255 or 5% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 214 (83.98% from 255 or 76.43% from 280); Max value from RGB is 214 - color contains mainly: blue. Hex color #0E34D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E34D6 is #F1CB29. Grayscale: #3A3A3A. Windows color (decimal): -15846186 or 14038030. OLE color: 14038030.

HSL color Cylindrical-coordinate representation of color #0E34D6: hue angle of 228.6º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E34D6 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1452214-
CMYK0.930.7600.16
HSL228.6º87.72%44.71%-
HSV(B)228.6º93.46%83.92%-
XYZ13.557.464.33-
YUV59.11215.4195.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5%
GREEN value IS 52 (20.70% from 255) = 18.57%
BLUE value IS 214 (83.98% from 255) = 76.43%
R=5%
G=18.57%
B=76.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal14522140.930.7600.16228.687.7244.71
HexE34D65D4C010e5582d
Octal166432613511402034513055
Binary11101101001101011010111011001100010000111001011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E34D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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