Html Css Color HEX #0464ED Navy Blue

📋 copy color: '#0464ED'

red 4 ◦ green 100 ◦ blue 237

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

Shades of Navy Blue #0464ED

Tints of Navy Blue #0464ED

RGB

 RED value IS 4 (1.95% from 255) = 1.17%

 GREEN value IS 100 (39.45% from 255) = 29.33%

 BLUE value IS 237 (92.97% from 255) = 69.5%

R = 1.17%
G = 29.33%
B = 69.5%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0464ED (or 0x0464ED) is known color: Navy Blue. HEX triplet: 04, 64 and ED. RGB value is (4,100,237). Sum of RGB (Red+Green+Blue) = 4+100+237=341 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #0464ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0464ED is #FB9B12. Grayscale: #565656. Windows color (decimal): -16489235 or 15557636. OLE color: 15557636.

HSL color Cylindrical-coordinate representation of color #0464ED: hue angle of 215.28º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0464ED is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 100 237 -
CMYK 0.98 0.58 0 0.07
HSL 215.28º 0.97% 0.47% -
HSV(B) 215.28º 0.98% 0.93% -
XYZ 19.89 15.25 82.02 -
YUV 86.91 212.7 68.86 -
System Red Green Blue C M Y K H S L
Decimal 4 100 237 0.98 0.58 0 0.07 215.28 0.97 0.47
Hex 4 64 ED 62 3A 0 7 D7 61 2F
Octal 4 144 355 142 72 0 7 327 141 57
Binary 100 1100100 11101101 1100010 111010 0 111 11010111 1100001 101111

Color Harmonies of #0464ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0464ED

Black with #0464ED

Text Example


Text Example

White with #0464ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0464ED; }

 p { color: rgb(4,100,237); }

 H1.HeaderClassName
 {
   color: #0464ED;
 }
 .AnyTagClassName
 {
   color: #0464ED;
 }
</style>

background-color css

<style>
 a { background-color: #0464ED; }

 a { background-color: rgb(4,100,237); }

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

border-color css

<style>
 span { border-color: #0464ED; }

 span { border-color: rgb(4,100,237); }

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