Html Css Color HEX #064CE9 Navy Blue

📋 copy color: '#064CE9'

red 6 ◦ green 76 ◦ blue 233

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

Shades of Navy Blue #064CE9

Tints of Navy Blue #064CE9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.13%

 BLUE value IS 233 (91.41% from 255) = 73.97%

R = 1.9%
G = 24.13%
B = 73.97%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#064CE9 (or 0x064CE9) is known color: Navy Blue. HEX triplet: 06, 4C and E9. RGB value is (6,76,233). Sum of RGB (Red+Green+Blue) = 6+76+233=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 233 (91.41% from 255 or 73.97% from 315); Max value from RGB is 233 - color contains mainly: blue. Hex color #064CE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064CE9 is #F9B316. Grayscale: #484848. Windows color (decimal): -16364311 or 15289350. OLE color: 15289350.

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

Color convert

RGB 6 76 233 -
CMYK 0.97 0.67 0 0.09
HSL 221.5º 0.95% 0.47% -
HSV(B) 221.5º 0.97% 0.91% -
XYZ 17.37 11.09 78.32 -
YUV 72.97 218.31 80.23 -
System Red Green Blue C M Y K H S L
Decimal 6 76 233 0.97 0.67 0 0.09 221.5 0.95 0.47
Hex 6 4C E9 61 43 0 9 DD 5F 2F
Octal 6 114 351 141 103 0 11 335 137 57
Binary 110 1001100 11101001 1100001 1000011 0 1001 11011101 1011111 101111

Color Harmonies of #064CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CE9

Black with #064CE9

Text Example


Text Example

White with #064CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,76,233); }

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

background-color css

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

 a { background-color: rgb(6,76,233); }

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

border-color css

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

 span { border-color: rgb(6,76,233); }

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