Html Css Color HEX #0240EB Navy Blue

📋 copy color: '#0240EB'

red 2 ◦ green 64 ◦ blue 235

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

Shades of Navy Blue #0240EB

Tints of Navy Blue #0240EB

RGB

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

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

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

R = 0.66%
G = 21.26%
B = 78.07%

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

#0240EB (or 0x0240EB) is known color: Navy Blue. HEX triplet: 02, 40 and EB. RGB value is (2,64,235). Sum of RGB (Red+Green+Blue) = 2+64+235=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #0240EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0240EB is #FDBF14. Grayscale: #404040. Windows color (decimal): -16629525 or 15417346. OLE color: 15417346.

HSL color Cylindrical-coordinate representation of color #0240EB: hue angle of 224.03º 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 #0240EB is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 64 235 -
CMYK 0.99 0.73 0 0.08
HSL 224.03º 0.98% 0.46% -
HSV(B) 224.03º 0.99% 0.92% -
XYZ 16.85 9.68 79.58 -
YUV 64.96 223.96 83.1 -
System Red Green Blue C M Y K H S L
Decimal 2 64 235 0.99 0.73 0 0.08 224.03 0.98 0.46
Hex 2 40 EB 63 49 0 8 E0 62 2E
Octal 2 100 353 143 111 0 10 340 142 56
Binary 10 1000000 11101011 1100011 1001001 0 1000 11100000 1100010 101110

Color Harmonies of #0240EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0240EB

Black with #0240EB

Text Example


Text Example

White with #0240EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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