#013EEE

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

Shades of Navy Blue #013EEE

Tints of Navy Blue #013EEE

Color information

#013EEE (or 0x013EEE) is unknown color: approx Navy Blue. HEX triplet: 01, 3E and EE. RGB value is (1,62,238). Sum of RGB (Red+Green+Blue) = 1+62+238=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 238 (93.36% from 255 or 79.07% from 301); Max value from RGB is 238 - color contains mainly: blue. Hex color #013EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013EEE is #FEC111. Grayscale: #3F3F3F. Windows color (decimal): -16695570 or 15613441. OLE color: 15613441.

HSL color Cylindrical-coordinate representation of color #013EEE: hue angle of 224.56º 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 #013EEE is Cyan = 1.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162238-
CMYK1.000.7400.07
HSL224.56º99.16%46.86%-
HSV(B)224.56º99.58%93.33%-
XYZ17.179.6281.84-
YUV63.82226.2983.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 238 (93.36% from 255) = 79.07%
R=0.33%
G=20.60%
B=79.07%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622381.000.7400.07224.5699.1646.86
Hex13EEE644A07e1632f
Octal1763561441120734114357
Binary111111011101110110010010010100111111000011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013EEE; }

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

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

<style>
 a { background-color: #013EEE; }

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

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

<style>
 span { border-color: #013EEE; }

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

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