Html Css Color HEX #0464EA Navy Blue

📋 copy color: '#0464EA'

red 4 ◦ green 100 ◦ blue 234

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

Shades of Navy Blue #0464EA

Tints of Navy Blue #0464EA

RGB

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

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

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

R = 1.18%
G = 29.59%
B = 69.23%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0464EA (or 0x0464EA) is known color: Navy Blue. HEX triplet: 04, 64 and EA. RGB value is (4,100,234). Sum of RGB (Red+Green+Blue) = 4+100+234=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 234 (91.80% from 255 or 69.23% from 338); Max value from RGB is 234 - color contains mainly: blue. Hex color #0464EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0464EA is #FB9B15. Grayscale: #555555. Windows color (decimal): -16489238 or 15361028. OLE color: 15361028.

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

Color convert

RGB 4 100 234 -
CMYK 0.98 0.57 0 0.08
HSL 214.96º 0.97% 0.47% -
HSV(B) 214.96º 0.98% 0.92% -
XYZ 19.46 15.08 79.73 -
YUV 86.57 211.2 69.1 -
System Red Green Blue C M Y K H S L
Decimal 4 100 234 0.98 0.57 0 0.08 214.96 0.97 0.47
Hex 4 64 EA 62 39 0 8 D7 61 2F
Octal 4 144 352 142 71 0 10 327 141 57
Binary 100 1100100 11101010 1100010 111001 0 1000 11010111 1100001 101111

Color Harmonies of #0464EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0464EA

Black with #0464EA

Text Example


Text Example

White with #0464EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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