Html Css Color HEX #064FF2 Navy Blue

📋 copy color: '#064FF2'

red 6 ◦ green 79 ◦ blue 242

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

Shades of Navy Blue #064FF2

Tints of Navy Blue #064FF2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.16%

 BLUE value IS 242 (94.92% from 255) = 74.01%

R = 1.83%
G = 24.16%
B = 74.01%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#064FF2 (or 0x064FF2) is known color: Navy Blue. HEX triplet: 06, 4F and F2. RGB value is (6,79,242). Sum of RGB (Red+Green+Blue) = 6+79+242=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 242 (94.92% from 255 or 74.01% from 327); Max value from RGB is 242 - color contains mainly: blue. Hex color #064FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064FF2 is #F9B00D. Grayscale: #4B4B4B. Windows color (decimal): -16363534 or 15879942. OLE color: 15879942.

HSL color Cylindrical-coordinate representation of color #064FF2: hue angle of 221.44º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #064FF2 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 79 242 -
CMYK 0.98 0.67 0 0.05
HSL 221.44º 0.95% 0.49% -
HSV(B) 221.44º 0.98% 0.95% -
XYZ 18.9 12.04 85.33 -
YUV 75.76 221.82 78.25 -
System Red Green Blue C M Y K H S L
Decimal 6 79 242 0.98 0.67 0 0.05 221.44 0.95 0.49
Hex 6 4F F2 62 43 0 5 DD 5F 31
Octal 6 117 362 142 103 0 5 335 137 61
Binary 110 1001111 11110010 1100010 1000011 0 101 11011101 1011111 110001

Color Harmonies of #064FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064FF2

Black with #064FF2

Text Example


Text Example

White with #064FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,79,242); }

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

background-color css

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

 a { background-color: rgb(6,79,242); }

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

border-color css

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

 span { border-color: rgb(6,79,242); }

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