Html Css Color HEX #013EE9 Navy Blue

📋 copy color: '#013EE9'

red 1 ◦ green 62 ◦ blue 233

#013EE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #013EE9

Tints of Navy Blue #013EE9

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

 GREEN value IS 62 (24.61% from 255) = 20.95%

 BLUE value IS 233 (91.41% from 255) = 78.72%

R = 0.34%
G = 20.95%
B = 78.72%

CMYK

 C value IS 1.00

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#013EE9 (or 0x013EE9) is known color: Navy Blue. HEX triplet: 01, 3E and E9. RGB value is (1,62,233). Sum of RGB (Red+Green+Blue) = 1+62+233=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 233 (91.41% from 255 or 78.72% from 296); Max value from RGB is 233 - color contains mainly: blue. Hex color #013EE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013EE9 is #FEC116. Grayscale: #3E3E3E. Windows color (decimal): -16695575 or 15285761. OLE color: 15285761.

HSL color Cylindrical-coordinate representation of color #013EE9: hue angle of 224.22º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013EE9 is Cyan = 1.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 1 62 233 -
CMYK 1.00 0.73 0 0.09
HSL 224.22º 0.99% 0.46% -
HSV(B) 224.22º 1% 0.91% -
XYZ 16.44 9.33 78.03 -
YUV 63.26 223.79 83.6 -
System Red Green Blue C M Y K H S L
Decimal 1 62 233 1.00 0.73 0 0.09 224.22 0.99 0.46
Hex 1 3E E9 64 49 0 9 E0 63 2E
Octal 1 76 351 144 111 0 11 340 143 56
Binary 1 111110 11101001 1100100 1001001 0 1001 11100000 1100011 101110

Color Harmonies of #013EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013EE9

Black with #013EE9

Text Example


Text Example

White with #013EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #013EE9;
 }
 .AnyTagClassName
 {
   color: #013EE9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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