Html Css Color HEX #064AEC Navy Blue

📋 copy color: '#064AEC'

red 6 ◦ green 74 ◦ blue 236

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

Shades of Navy Blue #064AEC

Tints of Navy Blue #064AEC

RGB

 RED value IS 6 (2.73% from 255) = 1.9%

 GREEN value IS 74 (29.3% from 255) = 23.42%

 BLUE value IS 236 (92.58% from 255) = 74.68%

R = 1.9%
G = 23.42%
B = 74.68%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#064AEC (or 0x064AEC) is known color: Navy Blue. HEX triplet: 06, 4A and EC. RGB value is (6,74,236). Sum of RGB (Red+Green+Blue) = 6+74+236=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 236 (92.58% from 255 or 74.68% from 316); Max value from RGB is 236 - color contains mainly: blue. Hex color #064AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064AEC is #F9B513. Grayscale: #474747. Windows color (decimal): -16364820 or 15485446. OLE color: 15485446.

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

Color convert

RGB 6 74 236 -
CMYK 0.97 0.69 0 0.07
HSL 222.26º 0.95% 0.47% -
HSV(B) 222.26º 0.97% 0.93% -
XYZ 17.66 10.99 80.55 -
YUV 72.14 220.47 80.83 -
System Red Green Blue C M Y K H S L
Decimal 6 74 236 0.97 0.69 0 0.07 222.26 0.95 0.47
Hex 6 4A EC 61 45 0 7 DE 5F 2F
Octal 6 112 354 141 105 0 7 336 137 57
Binary 110 1001010 11101100 1100001 1000101 0 111 11011110 1011111 101111

Color Harmonies of #064AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064AEC

Black with #064AEC

Text Example


Text Example

White with #064AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064AEC; }

 p { color: rgb(6,74,236); }

 H1.HeaderClassName
 {
   color: #064AEC;
 }
 .AnyTagClassName
 {
   color: #064AEC;
 }
</style>

background-color css

<style>
 a { background-color: #064AEC; }

 a { background-color: rgb(6,74,236); }

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

border-color css

<style>
 span { border-color: #064AEC; }

 span { border-color: rgb(6,74,236); }

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