#0E34CC

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

Shades of Persian Blue #0E34CC

Tints of Persian Blue #0E34CC

Color information

#0E34CC (or 0x0E34CC) is unknown color: approx Persian Blue. HEX triplet: 0E, 34 and CC. RGB value is (14,52,204). Sum of RGB (Red+Green+Blue) = 14+52+204=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #0E34CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E34CC is #F1CB33. Grayscale: #393939. Windows color (decimal): -15846196 or 13382670. OLE color: 13382670.

HSL color Cylindrical-coordinate representation of color #0E34CC: hue angle of 228º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E34CC is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1452204-
CMYK0.930.7500.2
HSL228º87.16%42.75%-
HSV(B)228º93.14%80%-
XYZ12.316.9157.81-
YUV57.97210.4196.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.19%
GREEN value IS 52 (20.70% from 255) = 19.26%
BLUE value IS 204 (80.08% from 255) = 75.56%
R=5.19%
G=19.26%
B=75.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal14522040.930.7500.222887.1642.75
HexE34CC5D4B014e4572b
Octal166431413511302434412753
Binary11101101001100110010111011001011010100111001001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E34CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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