Html Css Color HEX #0040EB Navy Blue

📋 copy color: '#0040EB'

red 0 ◦ green 64 ◦ blue 235

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

Shades of Navy Blue #0040EB

Tints of Navy Blue #0040EB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 64 (25.39% from 255) = 21.4%

 BLUE value IS 235 (92.19% from 255) = 78.6%

R = 0%
G = 21.4%
B = 78.6%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0040EB (or 0x0040EB) is known color: Navy Blue. HEX triplet: 00, 40 and EB. RGB value is (0,64,235). Sum of RGB (Red+Green+Blue) = 0+64+235=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 235 (92.19% from 255 or 78.60% from 299); Max value from RGB is 235 - color contains mainly: blue. Hex color #0040EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0040EB is #FFBF14. Grayscale: #3F3F3F. Windows color (decimal): -16760597 or 15417344. OLE color: 15417344.

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

Color convert

RGB 0 64 235 -
CMYK 1 0.73 0 0.08
HSL 223.66º 1% 0.46% -
HSV(B) 223.66º 1% 0.92% -
XYZ 16.83 9.66 79.58 -
YUV 64.36 224.3 82.1 -
System Red Green Blue C M Y K H S L
Decimal 0 64 235 1 0.73 0 0.08 223.66 1 0.46
Hex 0 40 EB 64 49 0 8 E0 64 2E
Octal 0 100 353 144 111 0 10 340 144 56
Binary 0 1000000 11101011 1100100 1001001 0 1000 11100000 1100100 101110

Color Harmonies of #0040EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0040EB

Black with #0040EB

Text Example


Text Example

White with #0040EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0040EB; }

 p { color: rgb(0,64,235); }

 H1.HeaderClassName
 {
   color: #0040EB;
 }
 .AnyTagClassName
 {
   color: #0040EB;
 }
</style>

background-color css

<style>
 a { background-color: #0040EB; }

 a { background-color: rgb(0,64,235); }

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

border-color css

<style>
 span { border-color: #0040EB; }

 span { border-color: rgb(0,64,235); }

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