Html Css Color HEX #0640FE Navy Blue

📋 copy color: '#0640FE'

red 6 ◦ green 64 ◦ blue 254

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

Shades of Navy Blue #0640FE

Tints of Navy Blue #0640FE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.75%

 BLUE value IS 254 (99.61% from 255) = 78.4%

R = 1.85%
G = 19.75%
B = 78.4%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0640FE (or 0x0640FE) is known color: Navy Blue. HEX triplet: 06, 40 and FE. RGB value is (6,64,254). Sum of RGB (Red+Green+Blue) = 6+64+254=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 254 (99.61% from 255 or 78.40% from 324); Max value from RGB is 254 - color contains mainly: blue. Hex color #0640FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0640FE is #F9BF01. Grayscale: #434343. Windows color (decimal): -16367362 or 16662534. OLE color: 16662534.

HSL color Cylindrical-coordinate representation of color #0640FE: hue angle of 225.97º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0640FE is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 64 254 -
CMYK 0.98 0.75 0 0.00
HSL 225.97º 0.99% 0.51% -
HSV(B) 225.97º 0.98% 1% -
XYZ 19.8 10.86 94.82 -
YUV 68.32 232.78 83.55 -
System Red Green Blue C M Y K H S L
Decimal 6 64 254 0.98 0.75 0 0.00 225.97 0.99 0.51
Hex 6 40 FE 62 4B 0 0 E2 63 33
Octal 6 100 376 142 113 0 0 342 143 63
Binary 110 1000000 11111110 1100010 1001011 0 0 11100010 1100011 110011

Color Harmonies of #0640FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0640FE

Black with #0640FE

Text Example


Text Example

White with #0640FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0640FE; }

 p { color: rgb(6,64,254); }

 H1.HeaderClassName
 {
   color: #0640FE;
 }
 .AnyTagClassName
 {
   color: #0640FE;
 }
</style>

background-color css

<style>
 a { background-color: #0640FE; }

 a { background-color: rgb(6,64,254); }

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

border-color css

<style>
 span { border-color: #0640FE; }

 span { border-color: rgb(6,64,254); }

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