#0140EE

Color #0140EE Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0140EE

Tints of Navy Blue #0140EE

Color information

#0140EE (or 0x0140EE) is unknown color: approx Navy Blue. HEX triplet: 01, 40 and EE. RGB value is (1,64,238). Sum of RGB (Red+Green+Blue) = 1+64+238=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 238 (93.36% from 255 or 78.55% from 303); Max value from RGB is 238 - color contains mainly: blue. Hex color #0140EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0140EE is #FEBF11. Grayscale: #404040. Windows color (decimal): -16695058 or 15613953. OLE color: 15613953.

HSL color Cylindrical-coordinate representation of color #0140EE: hue angle of 224.05º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0140EE is Cyan = 1.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164238-
CMYK1.000.7300.07
HSL224.05º99.16%46.86%-
HSV(B)224.05º99.58%93.33%-
XYZ17.289.8581.88-
YUV65225.6382.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 64 (25.39% from 255) = 21.12%
BLUE value IS 238 (93.36% from 255) = 78.55%
R=0.33%
G=21.12%
B=78.55%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642381.000.7300.07224.0599.1646.86
Hex140EE644907e0632f
Octal11003561441110734014357
Binary1100000011101110110010010010010111111000001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0140EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0140EE; }

 p { color: rgb(1,64,238); }

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

<style>
 a { background-color: #0140EE; }

 a { background-color: rgb(1,64,238); }

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

<style>
 span { border-color: #0140EE; }

 span { border-color: rgb(1,64,238); }

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