Html Css Color HEX #013EEA Navy Blue

📋 copy color: '#013EEA'

red 1 ◦ green 62 ◦ blue 234

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

Shades of Navy Blue #013EEA

Tints of Navy Blue #013EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 78.79%

R = 0.34%
G = 20.88%
B = 78.79%

CMYK

 C value IS 1.00

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#013EEA (or 0x013EEA) is known color: Navy Blue. HEX triplet: 01, 3E and EA. RGB value is (1,62,234). Sum of RGB (Red+Green+Blue) = 1+62+234=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 234 (91.80% from 255 or 78.79% from 297); Max value from RGB is 234 - color contains mainly: blue. Hex color #013EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013EEA is #FEC115. Grayscale: #3E3E3E. Windows color (decimal): -16695574 or 15351297. OLE color: 15351297.

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

Color convert

RGB 1 62 234 -
CMYK 1.00 0.74 0 0.08
HSL 224.29º 0.99% 0.46% -
HSV(B) 224.29º 1% 0.92% -
XYZ 16.59 9.39 78.78 -
YUV 63.37 224.29 83.51 -
System Red Green Blue C M Y K H S L
Decimal 1 62 234 1.00 0.74 0 0.08 224.29 0.99 0.46
Hex 1 3E EA 64 4A 0 8 E0 63 2E
Octal 1 76 352 144 112 0 10 340 143 56
Binary 1 111110 11101010 1100100 1001010 0 1000 11100000 1100011 101110

Color Harmonies of #013EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013EEA

Black with #013EEA

Text Example


Text Example

White with #013EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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