Html Css Color HEX #064CE1 Navy Blue

📋 copy color: '#064CE1'

red 6 ◦ green 76 ◦ blue 225

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

Shades of Navy Blue #064CE1

Tints of Navy Blue #064CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 73.29%

R = 1.95%
G = 24.76%
B = 73.29%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#064CE1 (or 0x064CE1) is known color: Navy Blue. HEX triplet: 06, 4C and E1. RGB value is (6,76,225). Sum of RGB (Red+Green+Blue) = 6+76+225=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 225 (88.28% from 255 or 73.29% from 307); Max value from RGB is 225 - color contains mainly: blue. Hex color #064CE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CE1 is #F9B31E. Grayscale: #474747. Windows color (decimal): -16364319 or 14765062. OLE color: 14765062.

HSL color Cylindrical-coordinate representation of color #064CE1: hue angle of 220.82º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064CE1 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 6 76 225 -
CMYK 0.97 0.66 0 0.12
HSL 220.82º 0.95% 0.45% -
HSV(B) 220.82º 0.97% 0.88% -
XYZ 16.25 10.64 72.43 -
YUV 72.06 214.31 80.88 -
System Red Green Blue C M Y K H S L
Decimal 6 76 225 0.97 0.66 0 0.12 220.82 0.95 0.45
Hex 6 4C E1 61 42 0 C DD 5F 2D
Octal 6 114 341 141 102 0 14 335 137 55
Binary 110 1001100 11100001 1100001 1000010 0 1100 11011101 1011111 101101

Color Harmonies of #064CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CE1

Black with #064CE1

Text Example


Text Example

White with #064CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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