Html Css Color HEX #0240EA Navy Blue

📋 copy color: '#0240EA'

red 2 ◦ green 64 ◦ blue 234

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

Shades of Navy Blue #0240EA

Tints of Navy Blue #0240EA

RGB

 RED value IS 2 (1.17% from 255) = 0.67%

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

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

R = 0.67%
G = 21.33%
B = 78%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0240EA (or 0x0240EA) is known color: Navy Blue. HEX triplet: 02, 40 and EA. RGB value is (2,64,234). Sum of RGB (Red+Green+Blue) = 2+64+234=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 234 (91.80% from 255 or 78% from 300); Max value from RGB is 234 - color contains mainly: blue. Hex color #0240EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0240EA is #FDBF15. Grayscale: #404040. Windows color (decimal): -16629526 or 15351810. OLE color: 15351810.

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

Color convert

RGB 2 64 234 -
CMYK 0.99 0.73 0 0.08
HSL 223.97º 0.98% 0.46% -
HSV(B) 223.97º 0.99% 0.92% -
XYZ 16.71 9.62 78.82 -
YUV 64.84 223.46 83.18 -
System Red Green Blue C M Y K H S L
Decimal 2 64 234 0.99 0.73 0 0.08 223.97 0.98 0.46
Hex 2 40 EA 63 49 0 8 E0 62 2E
Octal 2 100 352 143 111 0 10 340 142 56
Binary 10 1000000 11101010 1100011 1001001 0 1000 11100000 1100010 101110

Color Harmonies of #0240EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0240EA

Black with #0240EA

Text Example


Text Example

White with #0240EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0240EA; }

 p { color: rgb(2,64,234); }

 H1.HeaderClassName
 {
   color: #0240EA;
 }
 .AnyTagClassName
 {
   color: #0240EA;
 }
</style>

background-color css

<style>
 a { background-color: #0240EA; }

 a { background-color: rgb(2,64,234); }

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

border-color css

<style>
 span { border-color: #0240EA; }

 span { border-color: rgb(2,64,234); }

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