#0E46C6

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

Shades of Persian Blue #0E46C6

Tints of Persian Blue #0E46C6

Color information

#0E46C6 (or 0x0E46C6) is unknown color: approx Persian Blue. HEX triplet: 0E, 46 and C6. RGB value is (14,70,198). Sum of RGB (Red+Green+Blue) = 14+70+198=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 198 (77.73% from 255 or 70.21% from 282); Max value from RGB is 198 - color contains mainly: blue. Hex color #0E46C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E46C6 is #F1B939. Grayscale: #434343. Windows color (decimal): -15841594 or 12994062. OLE color: 12994062.

HSL color Cylindrical-coordinate representation of color #0E46C6: hue angle of 221.74º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E46C6 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1470198-
CMYK0.930.6500.22
HSL221.74º86.79%41.57%-
HSV(B)221.74º92.93%77.65%-
XYZ12.568.5554.41-
YUV67.85201.4589.59-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.96%
GREEN value IS 70 (27.73% from 255) = 24.82%
BLUE value IS 198 (77.73% from 255) = 70.21%
R=4.96%
G=24.82%
B=70.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal14701980.930.6500.22221.7486.7941.57
HexE46C65D41016de572a
Octal1610630613510102633612752
Binary111010001101100011010111011000001010110110111101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E46C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,70,198); }

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

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

 a { background-color: rgb(14,70,198); }

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

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

 span { border-color: rgb(14,70,198); }

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