Html Css Color HEX #0240EF Navy Blue

📋 copy color: '#0240EF'

red 2 ◦ green 64 ◦ blue 239

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

Shades of Navy Blue #0240EF

Tints of Navy Blue #0240EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 78.36%

R = 0.66%
G = 20.98%
B = 78.36%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0240EF (or 0x0240EF) is known color: Navy Blue. HEX triplet: 02, 40 and EF. RGB value is (2,64,239). Sum of RGB (Red+Green+Blue) = 2+64+239=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 239 (93.75% from 255 or 78.36% from 305); Max value from RGB is 239 - color contains mainly: blue. Hex color #0240EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0240EF is #FDBF10. Grayscale: #404040. Windows color (decimal): -16629521 or 15679490. OLE color: 15679490.

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

Color convert

RGB 2 64 239 -
CMYK 0.99 0.73 0 0.06
HSL 224.3º 0.98% 0.47% -
HSV(B) 224.3º 0.99% 0.94% -
XYZ 17.44 9.91 82.66 -
YUV 65.41 225.96 82.77 -
System Red Green Blue C M Y K H S L
Decimal 2 64 239 0.99 0.73 0 0.06 224.3 0.98 0.47
Hex 2 40 EF 63 49 0 6 E0 62 2F
Octal 2 100 357 143 111 0 6 340 142 57
Binary 10 1000000 11101111 1100011 1001001 0 110 11100000 1100010 101111

Color Harmonies of #0240EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0240EF

Black with #0240EF

Text Example


Text Example

White with #0240EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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