Html Css Color HEX #0041EF Navy Blue

📋 copy color: '#0041EF'

red 0 ◦ green 65 ◦ blue 239

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

Shades of Navy Blue #0041EF

Tints of Navy Blue #0041EF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.38%

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

R = 0%
G = 21.38%
B = 78.62%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0041EF (or 0x0041EF) is known color: Navy Blue. HEX triplet: 00, 41 and EF. RGB value is (0,65,239). Sum of RGB (Red+Green+Blue) = 0+65+239=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 239 (93.75% from 255 or 78.62% from 304); Max value from RGB is 239 - color contains mainly: blue. Hex color #0041EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0041EF is #FFBE10. Grayscale: #404040. Windows color (decimal): -16760337 or 15679744. OLE color: 15679744.

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

Color convert

RGB 0 65 239 -
CMYK 1 0.73 0 0.06
HSL 223.68º 1% 0.47% -
HSV(B) 223.68º 1% 0.94% -
XYZ 17.47 10.01 82.67 -
YUV 65.4 225.97 81.35 -
System Red Green Blue C M Y K H S L
Decimal 0 65 239 1 0.73 0 0.06 223.68 1 0.47
Hex 0 41 EF 64 49 0 6 E0 64 2F
Octal 0 101 357 144 111 0 6 340 144 57
Binary 0 1000001 11101111 1100100 1001001 0 110 11100000 1100100 101111

Color Harmonies of #0041EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0041EF

Black with #0041EF

Text Example


Text Example

White with #0041EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,65,239); }

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

background-color css

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

 a { background-color: rgb(0,65,239); }

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

border-color css

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

 span { border-color: rgb(0,65,239); }

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