#0E4AC1

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

Shades of Denim #0E4AC1

Tints of Denim #0E4AC1

Color information

#0E4AC1 (or 0x0E4AC1) is unknown color: approx Denim. HEX triplet: 0E, 4A and C1. RGB value is (14,74,193). Sum of RGB (Red+Green+Blue) = 14+74+193=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 193 (75.78% from 255 or 68.68% from 281); Max value from RGB is 193 - color contains mainly: blue. Hex color #0E4AC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E4AC1 is #F1B53E. Grayscale: #454545. Windows color (decimal): -15840575 or 12667406. OLE color: 12667406.

HSL color Cylindrical-coordinate representation of color #0E4AC1: hue angle of 219.89º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E4AC1 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1474193-
CMYK0.930.6200.24
HSL219.89º86.47%40.59%-
HSV(B)219.89º92.75%75.69%-
XYZ12.268.8451.51-
YUV69.63197.6288.32-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.98%
GREEN value IS 74 (29.30% from 255) = 26.33%
BLUE value IS 193 (75.78% from 255) = 68.68%
R=4.98%
G=26.33%
B=68.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14741930.930.6200.24219.8986.4740.59
HexE4AC15D3E018dc5629
Octal161123011357603033412651
Binary11101001010110000011011101111110011000110111001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,74,193); }

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

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

 a { background-color: rgb(14,74,193); }

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

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

 span { border-color: rgb(14,74,193); }

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