Html Css Color HEX #0064EA Navy Blue

📋 copy color: '#0064EA'

red 0 ◦ green 100 ◦ blue 234

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

Shades of Navy Blue #0064EA

Tints of Navy Blue #0064EA

RGB

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

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

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

R = 0%
G = 29.94%
B = 70.06%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0064EA (or 0x0064EA) is known color: Navy Blue. HEX triplet: 00, 64 and EA. RGB value is (0,100,234). Sum of RGB (Red+Green+Blue) = 0+100+234=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #0064EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0064EA is #FF9B15. Grayscale: #545454. Windows color (decimal): -16751382 or 15361024. OLE color: 15361024.

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

Color convert

RGB 0 100 234 -
CMYK 1 0.57 0 0.08
HSL 214.36º 1% 0.46% -
HSV(B) 214.36º 1% 0.92% -
XYZ 19.41 15.05 79.72 -
YUV 85.38 211.87 67.1 -
System Red Green Blue C M Y K H S L
Decimal 0 100 234 1 0.57 0 0.08 214.36 1 0.46
Hex 0 64 EA 64 39 0 8 D6 64 2E
Octal 0 144 352 144 71 0 10 326 144 56
Binary 0 1100100 11101010 1100100 111001 0 1000 11010110 1100100 101110

Color Harmonies of #0064EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0064EA

Black with #0064EA

Text Example


Text Example

White with #0064EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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